We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
requirements.txt and setup.py says pip>=1.5 , while __init__.py says pip<=1.5.
pip>=1.5
__init__.py
pip<=1.5
I suspect it is currently broken as pip internals have been moved around.
You may want to try callable-pip, pip-shims, or pip-api as ways to support multiple versions of pip.
callable-pip
pip-shims
pip-api
The text was updated successfully, but these errors were encountered:
No branches or pull requests
requirements.txt and setup.py says
pip>=1.5
, while__init__.py
sayspip<=1.5
.I suspect it is currently broken as pip internals have been moved around.
You may want to try
callable-pip
,pip-shims
, orpip-api
as ways to support multiple versions of pip.The text was updated successfully, but these errors were encountered: