Installing Apt-get Install PYTHON-PIP encounters the following issues.
[Email protected]:~# 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.
Requested an impossible situation or if you are using the unstable
Distribution that some required packages has not yet been created
Or been moved out of Incoming.
The following information to resolve the situation:
The following packages has unmet dependencies:
Python-pip:depends:python-setuptools (>= 0.6c1) but it isn't going to be installed
E:unable to correct problems and you have held broken packages.
Workaround:
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
This article is from the "luojing" blog, make sure to keep this source http://luojinghappy.blog.51cto.com/683032/1629661
Python-pip:depends:python-setuptools (>= 0.6c1) question