-
Notifications
You must be signed in to change notification settings - Fork 558
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 >= 10.0.0 incompatibility #689
Comments
Hi.
How to fix? |
Downgrade to pip9. Version 10 is still in beta and has gone through some backwards incompatible changes we have to fix. |
I tried to use pip9, but on requirements: pip==10.0.0b2'.
|
You are going to have to figure out which package is requiring you to use the beta version of PIP10 and downgrade it (it might be Alternatively, you could just start over with completely new virtual environment (that has pip9 in it). |
On new virtual machine installed successfully. Thanks. |
Fixes napalm-automation#689 pip10 compatibility issue
I am not going to create these for every single napalm module... but did for napalm-automation/napalm-ansible#123 where I also saw this issue
pip 10.x no longer provides pip.req as needed in setup.py
pypa/pip#5156
The text was updated successfully, but these errors were encountered: