Saya sudah mencoba ini dan ini dan ini dan ini
Tidak ada yang menginstal python-dev, saya mendapatkan sistem amd64 saya, 14,04 dan berjalan, ketika saya mencoba menginstal wagtail, sebuah cmang django, saya mendapatkan kesalahan:
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
Bagaimana saya bisa memperbaiki ini dan menginstal paket?
Itu karena Python.h
header c hilang yang termasuk dalam python-dev
paket.
Ketika saya mencoba tautan di atas, dikatakan:
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
untuk 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
Saya telah meneliti arsip debian dan menemukan paket untuk itu python 2.7.8-1
tetapi tidak dapat diinstal.
Sudah mencoba ini di launchpad juga tetapi tidak berhasil.
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
#include <Python.h>
kesalahan yang sama dan menjalankansudo apt-get install python-dev
memperbaikinya. Ini dengan python2.7.