-
Notifications
You must be signed in to change notification settings - Fork 19
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
PyPI installation failure #1
Comments
Python version must be 2.7.X |
This is about the |
my version pip 9.0.3 |
And the last version of pip supported on Python 2 is v20. If you dont want to support pip v20, you could amend setup.py to declare a setup dependency on |
change your pip version : sudo python -m pip install --upgrade pip==9.0.3 And I will add the checking declare to the file later |
Maybe use setup_requires and PyPI package
pip-shims
?The text was updated successfully, but these errors were encountered: