这是我的错误:
(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 …当我尝试安装Pillow 2.5.3时,我收到一个错误:命令'x86_64-linux-gnu-gcc'失败,退出状态为1
我需要这个库作为另一个python项目的一部分.我经历了很多解决方案,但没有人帮助我