Estou tendo problemas para instalar python-dev
. Tudo começou quando tentei instalar outro pacote Python e obtive o erro:
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev.
Eu tentei, sudo apt-get install python-dev
mas recebi o erro:
The following packages have unmet dependencies:
python-dev : Depends: python2.7-dev (>= 2.7.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Então, eu tentei sudo apt-get install python2.7-dev
e recebi o erro:
The following packages have unmet dependencies:
python2.7-dev : Depends: python2.7 (= 2.7.3-0ubuntu3) but 2.7.3-0ubuntu3.1 is to be installed
Depends: libpython2.7 (= 2.7.3-0ubuntu3) but 2.7.3-0ubuntu3.1 is to be installed
Eu tentei quase tudo nas dependências pós- não atendidas . Estou executando o Ubuntu 12.04 e tenho tudo atualizado. Eu fiz apt-get clean
e apt-get autoclean
. Eu tentei apt-get -f install
e todas as variações sobre esse tema. Eu limpei meu PPA. Eu até tentei usar o Aptitude e, embora tenha feito muita limpeza, o resultado foi o mesmo.
Eu realmente quero poder instalar o python-dev. Como posso fazer isso acontecer? Neste ponto, estou disposto a considerar opções extremas, quaisquer que sejam.
--system-site-packages
.
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
. Cole a saída em paste.ubuntu.com