Não é possível instalar pacotes python

1

Depois de executar apt-cache policy python no Ubuntu 16.04, obtive os seguintes resultados: python: Installed: 2.7.12-1 , mas não consigo instalar nenhum pacote python. Estou preso com este erro:

The following packages have unmet dependencies:
 python-dev : Depends: python (= 2.7.11-1) but 2.7.12-1 is to be installed
 python-setuptools : Depends: python-pkg-resources (= 20.7.0-1) but it is not going to be installed
                     Depends: python:any (< 2.8)
                     Depends: python:any (>= 2.7.5-5~)
E: Unable to correct problems, you have held broken packages.

Resultados de sudo apt install python-pkg-resources

The following packages have unmet dependencies:
python-pkg-resources :  
                     Depends: python:any (< 2.8)
                     Depends: python:any (>= 2.7.5-5~)
E: Unable to correct problems, you have held broken packages.
    
por suvi7896 26.02.2017 / 13:10

0 respostas