ในการทดสอบ Debian (เจสซี) เมื่อฉันพยายามติดตั้ง PIL หรือ Pillow (python imaging libs) virtualenv
ผ่านทางpip
ฉันได้รับข้อผิดพลาดต่อไปนี้:
running egg_info
writing Pillow.egg-info/PKG-INFO
writing top-level names to Pillow.egg-info/top_level.txt
writing dependency_links to Pillow.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'Pillow.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Pillow.egg-info/SOURCES.txt'
running build_ext
building 'PIL._imaging' extension
creating build/temp.linux-x86_64-2.7/libImaging
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -IlibImaging -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c _imaging.c -o build/temp.linux-x86_64-2.7/_imaging.o
_imaging.c:76: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
ฉันได้ติดตั้งการอ้างอิงทั้งหมดสำหรับหมอนตามประสบการณ์ของฉันกับ Wheezy แต่ดูเหมือนว่ามีบางอย่างที่แตกต่างจากการทดสอบ
ข้อเสนอแนะใด ๆ
แก้ไข
ที่จริงแล้วฉันค้นพบปัญหาอื่นด้วย libc6 รุ่นที่ฉันได้มาจากการทดลอง หลังจากปรับลดรุ่นเป็นรุ่นของการทดสอบฉันติดตั้งการอ้างอิงทั้งหมด แต่ตอนนี้ฉันได้รับข้อผิดพลาดที่แตกต่างกัน:
building 'PIL._imagingft' extension
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/freetype2 -IlibImaging -I/usr/include/tcl8.5 -I/usr/local/include -I/usr/include -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu -c _imagingft.c -o build/temp.linux-x86_64-2.7/_imagingft.o
_imagingft.c:62:31: fatal error: freetype/fterrors.h: No such file or directory
#include <freetype/fterrors.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
ดูเหมือนว่ารุ่นทดลองของlibc6
สิ่งที่สับสนขึ้น แต่ฉันไม่สามารถเข้าใจได้ว่ามีอะไรผิดปกติ ความถนัดไม่แสดงการพึ่งพาที่ไม่ได้เกิดขึ้นจริงและaptitude install -f
ไม่ได้ทำอะไรเลย
นอกจากนี้หากส่วนหัวของลินุกซ์นั้นเกี่ยวข้องกับสิ่งที่ฉันติดตั้งไว้:
linux-headers-3.11-2-all
linux-headers-3.11-2-all-amd64
linux-headers-3.11-2-amd64
linux-headers-3.11-2-common
linux-headers-3.2.0-4-amd64
linux-headers-3.2.0-4-common
linux-headers-amd64