Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Some Python packages are not synchronized (Read 1343 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Re: Some Python packages are not synchronized

Reply #15
Well that's good news  :D
Incidentally once you've updated python and python-pip you can't uninstall any packages previously installed with pip uninstall because it forgets about files under python3.8/site-packages and only looks in python3.9/site-packages so although you can install a new version you have to manually delete the old ones - unless there's some way to get pip to do this too.
That isn't true of AUR packages though, the files are still tracked, so there you can uninstall and reinstall.