Estoy teniendo problemas para la instalación python-dev
. Todo comenzó cuando intenté instalar otro paquete de Python y obtuve el error:
SystemError: Cannot compile 'Python.h'. Perhaps you need to install python-dev.
Lo intenté sudo apt-get install python-dev
pero obtuve el error:
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.
Entonces intenté sudo apt-get install python2.7-dev
y obtuve el error:
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
He intentado casi todo en las dependencias post insatisfechas . Estoy ejecutando Ubuntu 12.04 y tengo todo actualizado. Lo he hecho apt-get clean
y apt-get autoclean
. Lo he intentado apt-get -f install
y todas las variaciones sobre ese tema. He limpiado mi PPA. Incluso intenté usar Aptitude, y aunque hizo mucha limpieza, el resultado fue el mismo.
Realmente quiero poder instalar python-dev. ¿Cómo puedo hacer que esto suceda? En este punto, estoy dispuesto a considerar opciones extremas, cualesquiera que sean.
--system-site-packages
.
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
. Pegue la salida en paste.ubuntu.com