Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install fails #5

Open
adrianbn opened this issue Mar 17, 2019 · 2 comments
Open

pip install fails #5

adrianbn opened this issue Mar 17, 2019 · 2 comments

Comments

@adrianbn
Copy link

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?

@tripleee
Copy link

Apparently the library is not compatible with Python 3 at all.

@snowman
Copy link

snowman commented Apr 23, 2023

and use Python 2.7.18 gives me ERROR:root:code for hash md5 was not found.

https://superuser.com/questions/1537784/how-to-fix-errorrootcode-for-hash-md5-was-not-found-when-using-autojump-on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants