|
这是我的错误:
- (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install lxml
- Downloading/unpacking lxml
- Running setup.py egg_info for package lxml
- Building lxml version 2.3.
- Building without Cython.
- ERROR: /bin/sh: xslt-config: not found
- ** make sure the development packages of libxml2 and libxslt are installed **
- Using build configuration of libxslt
- Installing collected packages: lxml
- Running setup.py install for lxml
- Building lxml version 2.3.
- Building without Cython.
- ERROR: /bin/sh: xslt-config: not found
- ** make sure the development packages of libxml2 and libxslt are installed **
- Using build configuration of libxslt
- building 'lxml.etree' extension
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.6/src/lxml/lxml.etree.o -w
- src/lxml/lxml.etree.c:4: fatal error: Python.h: There is no file or directory
- compilation terminated.
- error: command 'gcc' failed with exit status 1
- Complete output from command /home/zjm1126/zjm_test/mysite/bin/python -c "import setuptools;__file__='/home/zjm1126/zjm_test/mysite/build/lxml/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip-jOhgvD-record/install-record.txt --install-headers /home/zjm1126/zjm_test/mysite/include/site/python2.6:
- Building lxml version 2.3.
- Building without Cython.
- ERROR: /bin/sh: xslt-config: not found
- ** make sure the development packages of libxml2 and libxslt are installed **
- Using build configuration of libxslt
- running install
- running build
- running build_py
- running build_ext
- building 'lxml.etree' extension
- gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.6 -c src/lxml/lxml.etree.c -o build/temp.linux-i686-2.6/src/lxml/lxml.etree.o -w
- src/lxml/lxml.etree.c:4: fatal error: Python.h: 没有那个文件或目录
- compilation terminated.
- error: command 'gcc' failed with exit status 1
- ----------------------------------------
- Command /home/zjm1126/zjm_test/mysite/bin/python -c "import setuptools;__file__='/home/zjm1126/zjm_test/mysite/build/lxml/setup.py';execfile(__file__)" install --single-version-externally-managed --record /tmp/pip-jOhgvD-record/install-record.txt --install-headers /home/zjm1126/zjm_test/mysite/include/site/python2.6 failed with error code 1
- Storing complete log in /home/zjm1126/.pip/pip.log
复制代码
怎么搞?
|
|