J'ai essayé ceci et cela et ceci et cela
Aucun de ceux-ci n'installe python-dev, j'ai mon système amd64, 14.04 opérationnel, alors que j'essaie d'installer wagtail, un django cms, j'obtiens l'erreur:
pysass.c:4:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/
libsass/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace
('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ojWg1O-record/install-
record.txt --single-version-externally-managed --compile failed with error code 1 in
/tmp/pip_build_root/libsass
Storing debug log for failure in /home/payload/.pip/pip.log
Comment puis-je résoudre ce problème et installer le package?
C'est à cause de l'en- Python.h
tête c manquant qui est inclus dans le python-dev
package.
Lorsque j'ai essayé les liens ci-dessus, cela dit:
apt-get install python-dev
Package python-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
python
E: Package 'python-dev' has no installation candidate
pour apt-get install python2.7-dev
Package python2.7-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'python2.7-dev' has no installation candidate
J'ai fait des recherches sur les archives Debian et trouvé un paquet pour python 2.7.8-1
mais qui n'a pas pu être installé.
J'ai également essayé cela sur le tableau de bord, mais cela ne fonctionne pas.