码迷,mamicode.com
首页 > 编程语言 > 详细

python安装lxml

时间:2015-06-08 11:23:05      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

python包lxml安装出错


fatal error: libxml/xmlversion.h: 没有那个文件或目录

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

libxslt/xsltconfig.h: 没有那个文件或目录

error: command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1

 

解决办法:

  1. apt-get install libxml2-dev
  2. sudo ln -s /usr/include/libxml2/libxml /usr/include/libxml
  3. apt-get install libxslt-dev

有关lxml参考:

http://lxml.de/

http://www.cnblogs.com/bluescorpio/archive/2010/05/31/1748503.html

python安装lxml

标签:

原文地址:http://www.cnblogs.com/zhaoxu/p/4560272.html

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