I just did a system update on Manjaro and my python pip is now broken. I was trying to install some stuff for some school projects. It seems to rely on a module called 'six'. Here is the error:
Traceback (most recent call last):
File "/usr/bin/pip3.7", line 6, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 57, in <module>
import six
ModuleNotFoundError: No module named 'six'
Thanks for taking a look.