Skip to content Skip to sidebar Skip to footer

The 'pip==9.0.1' Distribution Was Not Found And Is Required By The Application

When I tried to install Jupiter, I got the error : ┌─╼ [~] └────╼ sudo -H pip install jupyter Traceback (most recent call last): File '/usr/local/bin/pip', lin

Solution 1:

sudo -H pip is the system pip

File "/usr/local/bin/pip",

pip --version is the pip on your local path

pip 9.0.1 from /home/jeremie/Enthought/Canopy_64bit/User/lib/python2.7/site-packages (python 2.7)

Don't use sudo

Post a Comment for "The 'pip==9.0.1' Distribution Was Not Found And Is Required By The Application"