0

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.

1

1 Answer 1

1

I had the error myself. After I reinstalled it via python, it works correctly. To do this, proceed as follow:

Download it: wget https://bootstrap.pypa.io/get-pip.py
and than start: sudo python get-pip.py

After that it should work again.

1
  • 1
    worked like a charm after this and sudo pip3 uninstall setuptools Commented May 28, 2020 at 12:43

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.