Re: Some Python packages are not synchronized Reply #15 – 03 December 2020, 23:20:58 Well that's good news 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.