首页 > 网站 > WEB开发 > 正文

python-pip : Depends: python-setuptools (= 0.6c1) 问题

2024-04-27 15:15:30
字体:
来源:转载
供稿:网友

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-resources

Once completed successfully, first  run

  sudo apt-get -f install

then

   sudo apt-get install python-pip
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表