Skip to content

Instantly share code, notes, and snippets.

@noromanba
Created May 11, 2016 18:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noromanba/789eb04d63085df70c5391e937548fcf to your computer and use it in GitHub Desktop.
Save noromanba/789eb04d63085df70c5391e937548fcf to your computer and use it in GitHub Desktop.
pip3 broken in Ubuntu 14.04.4 Trusty

pip3 depends packages

pip3 broken in Ubuntu 14.04.4 Trusty

$ lsb_release -dc
Description:    Ubuntu 14.04.4 LTS
Codename:       trusty
$ sudo aptitude install python3-pip -y

install/append

libpython3-dev{a} libpython3.4-dev{a} python3-colorama{a} python3-dev{a} python3-distlib{a} python3-html5lib{a} python3-pip python3-setuptools{a} python3-wheel{a} python3.4-dev{a}

purge

$ sudo aptitude install python3-pip python3-setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment