Skip to content

Instantly share code, notes, and snippets.

@phpdave11
Created March 26, 2020 19:08
Show Gist options
  • Save phpdave11/d583c1f57ef4e7e7b74488aec14cbdc9 to your computer and use it in GitHub Desktop.
Save phpdave11/d583c1f57ef4e7e7b74488aec14cbdc9 to your computer and use it in GitHub Desktop.
ubuntu 20.04 can't install python-pip
$ sudo 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-pip-whl (= 18.1-5ubuntu1) but it is not going to be installed
Recommends: python-all-dev (>= 2.6) but it is not going to be installed
Recommends: python-setuptools but it is not going to be installed
Recommends: python-wheel but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment