http://luojinghappy.blog.51cto.com/683032/1629661
安装apt-get install python-pip 遇到以下问题。
root@saltstackminion:~# apt-get install python-pipReading package lists... DoneBuilding dependency treeReading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: python-pip : Depends: python-setuptools (>= 0.6c1) but it is not going to be installedE: Unable to correct PRoblems, you have held broken packages.
解决办法:
First remove the python-pkg-resources
completely using
sudo apt-get purge python-pkg-resourcesOnce completed successfully, first run
sudo apt-get -f installthen
sudo apt-get install python-pip
新闻热点
疑难解答