मैं कोशिश की है इस और इस और इस और इस
उन लोगों में से कोई भी अजगर-देव को स्थापित नहीं करता है, मुझे मेरा amd64 सिस्टम मिला, 14.04 अप और रनिंग, जैसा कि मैंने वैगेट, एक django सेमी स्थापित करने की कोशिश की, मुझे त्रुटि मिली:
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
मैं इसे कैसे ठीक कर सकता हूं और पैकेज स्थापित कर सकता हूं?
यह गुम Python.h
सी हेडर के कारण है जो python-dev
पैकेज में शामिल है ।
जब मैंने उपरोक्त लिंक की कोशिश की, तो यह कहता है:
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
के लिये 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
मैंने डेबियन अभिलेखागार पर शोध किया है और इसके लिए एक पैकेज मिला है python 2.7.8-1
लेकिन इसे स्थापित नहीं किया जा सका है।
इस लॉन्चपैड पर भी कोशिश की, लेकिन काम नहीं करता है।