This is the command I used to install python-pip
sudo apt-get install python-pip
I get the following error
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
Recommends: python-dev-all (>= 2.6) but it is not installable
E: Unable to correct problems, you have held broken packages.
I already installed the latest version of python-dev
When i try to install python-setuptools using
sudo apt-get install python-setuptools
I get the below error
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-setuptools : Depends: python-pkg-resources (= 3.3-1ubuntu1) but 3.3-1ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.
Explain me how to resolve the error and guide me the steps to get python-pip
installed.
i have the same issue, and eventually i gave up by using:
after tryings something like:
but with no luck. So all i did then was to:
peace of mind.....
I think you should try:
And then:
It will definitely solve your issue.
In addition to the solution that @seems recommended, I had to run this.
(OR)
download pip from https://bootstrap.pypa.io/get-pip.py
Then run the following (which may require administrator access):
This should get you going. If you get stuck again, read here: http://pip.readthedocs.org/en/stable/installing/
got the same error when I install python-pip, the following command solved my problem.
Jut run this command :
than install python tools :
All the packages will get installed or some of them may say its already latest version, Thats fine