Python-pip install (upstream) error?

Remember to not install python modules using sudo pip as it will - long term - cause conflicting files during system sync.

All common python modules are available using pacman

pacman -S python-<module-name>

Use virtual environments which also removes the necessity for a system wide python-pip.

1 Like