本文共 872 字,大约阅读时间需要 2 分钟。
安装apt-get install python-pip 遇到以下问题。
root@saltstackminion:~# apt-get install python-pip
Reading 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-resources
Once completed successfully, first run
sudo apt-get -f install
then
sudo apt-get install python-pip
转载地址:http://rqjbm.baihongyu.com/