You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package in PyPi fails to install with the following error:
> pip3 install curl_to_requests
Collecting curl_to_requests
Downloading https://files.pythonhosted.org/packages/1b/f5/cd4bb6d475a94cd057c63e6000fdc0fdeebf2222d711ea4fd02da92b0fe3/curl_to_requests-1.0.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/sk/vxgqj3215fv4n84qwwck2vzr0000gn/T/pip-install-e08lmpnh/curl-to-requests/setup.py", line 16, in <module>
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
File "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/codecs.py", line 898, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/sk/vxgqj3215fv4n84qwwck2vzr0000gn/T/pip-install-e08lmpnh/curl-to-requests/README.md'
It seems like the README.md is not present in the PyPi version?
The text was updated successfully, but these errors were encountered:
The package in PyPi fails to install with the following error:
It seems like the README.md is not present in the PyPi version?
The text was updated successfully, but these errors were encountered: