1. 程式人生 > >python:pkg_resources.DistributionNotFound: The 'pip==1.5.4' distribution was not found ...

python:pkg_resources.DistributionNotFound: The 'pip==1.5.4' distribution was not found ...

問題:

unbuntu pkg_resources.DistributionNotFound: The 'pip==1.5.4' distribution was not found and is required by the application

解決:

wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo Python
sudo easy_install pip==1.5.4

cd /usr/bin

sudo gedit easy_install

修改版本

sudo gedit easy_install-2.7

修改版本

成功!

來自http://blog.csdn.net/allyli0022/article/details/54894805