码迷,mamicode.com
首页 > 其他好文 > 详细

pip install lxml error

时间:2015-03-18 23:12:08      阅读:175      评论:0      收藏:0      [点我收藏+]

标签:

ERROR: /bin/sh: 1: xslt-config: not found

make sure the development packages of libxml2 and libxslt are installed **

 

参考:

http://stackoverflow.com/questions/5178416/pip-install-lxml-error

http://stackoverflow.com/questions/21489720/installing-pyquery-via-pip

 

解决:

apt-get install libxslt1-dev

pip install lxml error

标签:

原文地址:http://www.cnblogs.com/kylinfish/p/4348867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!