Erro de instalação do Pip Ubuntu 16.04

0

Atualmente estou usando o Ubuntu 16.04 e o Python 2.7.

Depois de tentar instalar o pip, recebo o seguinte erro

~$ 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:any (< 2.8)
          Depends: python:any (>= 2.7.5-5~)
          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.

Assegurei que tudo foi atualizado executando

sudo apt update && sudo apt upgrade --yes

Eu também tenho o curl e o aptitude e os corri em seus respectivos métodos para instalar o pip. Por fim, desinstalei o Python e o reinstalei. Tudo em vão. Alguma solução?

    
por WXCfc 10.07.2017 / 08:30

0 respostas