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

修改版本


成功!

即可安裝其他python依賴


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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章