Cannot uninstall 'six'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
sudo pip install jupyter
Same issue for me.
This command works for me: sudo pip install jupyter --ignore-installed six
This is a duplicate of #4805.
If this is your personal development machine, I suggest you do a separate installation of Python (and not fiddle with the system Python installation).
I personally did brew install python
and then brew link python
, that's enough for my setup needs. :)
Feel free to close this issue if that resolves your concern/issue.
Aside: Don't run sudo pip
-- https://stackoverflow.com/questions/21055859/what-are-the-risks-of-running-sudo-pip
Closed due to lack of a response.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
This command works for me:
sudo pip install jupyter --ignore-installed six