मैं अजगर-देव को कैसे स्थापित कर सकता हूं?


12

मैं कोशिश की है इस और इस और इस और इस

उन लोगों में से कोई भी अजगर-देव को स्थापित नहीं करता है, मुझे मेरा 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लेकिन इसे स्थापित नहीं किया जा सका है।

इस लॉन्चपैड पर भी कोशिश की, लेकिन काम नहीं करता है।

जवाबों:


20

क्या आप वाकई इसे सही कर रहे हैं?

यह मेरा आउटपुट है # apt-get install python2.7-dev

root@olympus:/home/zeus# apt-get install python2.7-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libexpat1-dev libpython2.7-dev
The following NEW packages will be installed:
  libexpat1-dev libpython2.7-dev python2.7-dev
0 upgraded, 3 newly installed, 0 to remove and 7 not upgraded.
Need to get 22.4 MB of archives.
After this operation, 35.0 MB of additional disk space will be used.
Do you want to continue? [Y/n]

इसे रूट के रूप में करने का प्रयास करें ( su)

इसके अलावा, चलाने # apt updateका प्रयास करें और सुनिश्चित करें कि मल्टीवर्स और ब्रह्मांड सक्षम हैं (देखें कि मैं "यूनिवर्स" रिपॉजिटरी कैसे सक्षम करूं )। मुझे अपने सिस्टम में बैकपार्ट्स भी सक्षम मिले , यह सुनिश्चित नहीं है कि इस मामले में कोई फर्क पड़ता है या नहीं।


imgur.com/dI6n3Pq यह मेरा स्क्रीनशॉट है। मल्टीवर्स और ब्रह्मांड को कैसे सक्षम करें?
x0x

4
@ जॉन: निम्न कमांड टाइप करें:sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
सिल्वेन पिनेऊ

2
+1 .. मुझे python3.5 का उपयोग करके स्थापित करने की कोशिश करते समय समान त्रुटि हो रही थी। Python3.5-dev स्थापित करने के बाद त्रुटि हो गई थी
सौरव कुमार

मेरे पास एक ही #include <Python.h>त्रुटि थी और sudo apt-get install python-devइसे ठीक करना। यह python2.7 के साथ है।
निक क्रॉफर्ड
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.