Python module versions out of sync
by 3rensho from LinuxQuestions.org on (#5S5R1)
With the changing of Python versions recently my versions as root user seem to be out of sync. If I run
Code:pip3 list -oI see
Code:Package Version Latest Type
---------------- ------- ----------- -----
cassandra-driver 3.24.0 3.25.0 sdist
Cheetah3 3.2.6 3.2.6.post1 wheel
coloredlogs 15.0 15.0.1 wheel
cvdupdate 0.2.0 1.0.2 wheel
decorator 5.0.7 5.1.0 wheel
docker 4.3.1 5.0.3 wheel
Glances 3.2.4 3.2.4.1 wheel
humanfriendly 9.1 10.0 wheel
influxdb 5.3.0 5.3.1 wheel
MarkupSafe 1.1.1 2.0.1 wheel
msgpack 0.6.1 1.0.2 wheel
netifaces 0.10.9 0.11.0 wheel
pika 1.1.0 1.2.0 wheel
protonvpn-cli 2.2.7 2.2.11 wheel
psutil 5.7.3 5.8.0 wheel
py-cpuinfo 7.0.0 8.0.0 sdist
PyQt5_sip 4.19.25 12.9.0 wheel
python-dateutil 2.8.1 2.8.2 wheel
pythondialog 3.5.1 3.5.2 wheel
pytz 2020.4 2021.3 wheel
pyzmq 19.0.2 22.3.0 wheel
style 1.1.0 1.1.6 wheel
wheel 0.33.0 0.37.0 wheelHowever I looked in
~/.local/lib/python3.9/site-packages# and all of the package versions listed above are the latest versions and not the older versions seemingly requiring an update. I've been trying to find where "pip3 list -o" is picking up these seemingly older versions when in fact they don't exist. I've searched the entire /root and didn't find anything listing these older versions. Any ideas??
Code:pip3 list -oI see
Code:Package Version Latest Type
---------------- ------- ----------- -----
cassandra-driver 3.24.0 3.25.0 sdist
Cheetah3 3.2.6 3.2.6.post1 wheel
coloredlogs 15.0 15.0.1 wheel
cvdupdate 0.2.0 1.0.2 wheel
decorator 5.0.7 5.1.0 wheel
docker 4.3.1 5.0.3 wheel
Glances 3.2.4 3.2.4.1 wheel
humanfriendly 9.1 10.0 wheel
influxdb 5.3.0 5.3.1 wheel
MarkupSafe 1.1.1 2.0.1 wheel
msgpack 0.6.1 1.0.2 wheel
netifaces 0.10.9 0.11.0 wheel
pika 1.1.0 1.2.0 wheel
protonvpn-cli 2.2.7 2.2.11 wheel
psutil 5.7.3 5.8.0 wheel
py-cpuinfo 7.0.0 8.0.0 sdist
PyQt5_sip 4.19.25 12.9.0 wheel
python-dateutil 2.8.1 2.8.2 wheel
pythondialog 3.5.1 3.5.2 wheel
pytz 2020.4 2021.3 wheel
pyzmq 19.0.2 22.3.0 wheel
style 1.1.0 1.1.6 wheel
wheel 0.33.0 0.37.0 wheelHowever I looked in
~/.local/lib/python3.9/site-packages# and all of the package versions listed above are the latest versions and not the older versions seemingly requiring an update. I've been trying to find where "pip3 list -o" is picking up these seemingly older versions when in fact they don't exist. I've searched the entire /root and didn't find anything listing these older versions. Any ideas??