"You are using pip version 9.0.3, ..." - "No I'm not ??" #5792
-
Hi all, there is something curious going on during the upgrades, as I always get a warning about my outdated pip version:
Normally I don't bother as this came since we are using Netbox, but today I ran into this, and I really don't know how to solve it:
Any Ideas ? We are running on CentOS8 and Netbox v2.10.3. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
I have this in my
Since it looks like you're also using napalm, see if the |
Beta Was this translation helpful? Give feedback.
-
This is an issue with pip version. Cryptography requires pip version 19.0 and higher. Upgrading your pip version should work. I notice that python3-pip comes installed with version 9.0.3 by default in CentOS. |
Beta Was this translation helpful? Give feedback.
I have this in my
local_requirements.txt
:Since it looks like you're also using napalm, see if the
setuptools>=36
line fixes it for you.