আমি এই এবং এই এবং এই এবং এই চেষ্টা করেছি
পাইথন-ডে ইনস্টল করে তাদের মধ্যে কেউই নেই, আমি আমার এমডি 64 সিস্টেমটি পেয়েছি, 14.04 আপ এবং চলমান আছে, আমি ওয়াগটাইল ইনস্টল করার চেষ্টা করতে গিয়ে, একটি জাঙ্গো সেমি, আমি ত্রুটি পেয়েছি:
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
তবে এটি ইনস্টল করা যায়নি।
এটি লঞ্চপ্যাডেও চেষ্টা করেও কাজ করে না।