码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2015-04-07 20:02:36      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:python-pip python-setuptools

安装apt-get install python-pip 遇到以下问题。


root@saltstackminion:~# apt-get install python-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or 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 installed
E: 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

   


本文出自 “luojing” 博客,请务必保留此出处http://luojinghappy.blog.51cto.com/683032/1629661

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

标签:python-pip python-setuptools

原文地址:http://luojinghappy.blog.51cto.com/683032/1629661

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!