unbuntu 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依赖

你可能感兴趣的:(python)