服务器之家

服务器之家 > 正文

Python pip安装lxml出错的问题解决办法

时间:2020-09-20 12:15     来源/作者:Python教程网

Python  pip安装lxml出错的问题解决办法

1.  在使用pip安装lxml过程中出现了一下错误:

   >>> pip install lxml

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
C:\Users\Chen>pip install lxml
Collecting lxml
 Using cached lxml-3.5.0.tar.gz
Installing collected packages: lxml
 Running setup.py install for lxml ... error
  Complete output from command "d:\program files\python\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\CHENJU~1\\AppData\\Local\\Temp\\pip-build-id5180h6\\lxml\\setup.py';
  Building lxml version 3.5.0.
  Building without Cython.
  ERROR: b"'xslt-config' \xb2\xbb\xca\xc7\xc4\xda\xb2\xbf\xbb\xf2\xcd\xe2\xb2\xbf\xc3\xfc\xc1\xee\xa3\xac\xd2\xb2\xb2\xbb\xca\xc7\xbf\xc9\xd4\xcb\xd0\xd0\xb5\xc4\xb3\xcc\xd0\xf2\r\n\xbb\xf2\xc
  ** make sure the development packages of libxml2 and libxslt are installed **
 
  Using build configuration of libxslt
  running install
  running build
  running build_py
  creating build
  creating build\lib.win32-3.5
  creating build\lib.win32-3.5\lxml
  copying src\lxml\builder.py -> build\lib.win32-3.5\lxml
  copying src\lxml\cssselect.py -> build\lib.win32-3.5\lxml
  copying src\lxml\doctestcompare.py -> build\lib.win32-3.5\lxml
  copying src\lxml\ElementInclude.py -> build\lib.win32-3.5\lxml
  copying src\lxml\pyclasslookup.py -> build\lib.win32-3.5\lxml
  copying src\lxml\sax.py -> build\lib.win32-3.5\lxml
  copying src\lxml\usedoctest.py -> build\lib.win32-3.5\lxml
  copying src\lxml\_elementpath.py -> build\lib.win32-3.5\lxml
  copying src\lxml\__init__.py -> build\lib.win32-3.5\lxml
  creating build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\__init__.py -> build\lib.win32-3.5\lxml\includes
  creating build\lib.win32-3.5\lxml\html
  copying src\lxml\html\builder.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\clean.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\defs.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\diff.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\ElementSoup.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\formfill.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\html5parser.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\soupparser.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\usedoctest.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\_diffcommand.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\_html5builder.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\_setmixin.py -> build\lib.win32-3.5\lxml\html
  copying src\lxml\html\__init__.py -> build\lib.win32-3.5\lxml\html
  creating build\lib.win32-3.5\lxml\isoschematron
  copying src\lxml\isoschematron\__init__.py -> build\lib.win32-3.5\lxml\isoschematron
  copying src\lxml\lxml.etree.h -> build\lib.win32-3.5\lxml
  copying src\lxml\lxml.etree_api.h -> build\lib.win32-3.5\lxml
  copying src\lxml\includes\c14n.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\config.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\dtdvalid.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\etreepublic.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\htmlparser.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\relaxng.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\schematron.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\tree.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\uri.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xinclude.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xmlerror.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xmlparser.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xmlschema.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xpath.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\xslt.pxd -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\etree_defs.h -> build\lib.win32-3.5\lxml\includes
  copying src\lxml\includes\lxml-version.h -> build\lib.win32-3.5\lxml\includes
  creating build\lib.win32-3.5\lxml\isoschematron\resources
  creating build\lib.win32-3.5\lxml\isoschematron\resources\rng
  copying src\lxml\isoschematron\resources\rng\iso-schematron.rng -> build\lib.win32-3.5\lxml\isoschematron\resources\rng
  creating build\lib.win32-3.5\lxml\isoschematron\resources\xsl
  copying src\lxml\isoschematron\resources\xsl\RNG2Schtrn.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl
  copying src\lxml\isoschematron\resources\xsl\XSD2Schtrn.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl
  creating build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_abstract_expand.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_dsdl_include.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_message.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_schematron_skeleton_for_xslt1.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\iso_svrl_for_xslt1.xsl -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  copying src\lxml\isoschematron\resources\xsl\iso-schematron-xslt1\readme.txt -> build\lib.win32-3.5\lxml\isoschematron\resources\xsl\iso-schematron-xslt1
  running build_ext
  building 'lxml.etree' extension
  error: Unable to find vcvarsall.bat
 
  ----------------------------------------

2.  Baidu一下看看问题如何解决:

    原来这个问题,还是需要区分操作系统来分别处理的。window下暂无涉及。

3.  Linux系统的处理方式:

?
1
sudo apt-get install python-dev libxml2-dev libxslt1-dev zlib1g-dev

   or yum install .....

   然后继续使用 pip install lxml

感谢阅读,希望能帮助到大家,谢谢大家对本站的支持!

标签:

相关文章

热门资讯

2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全
2020微信伤感网名听哭了 让对方看到心疼的伤感网名大全 2019-12-26
Intellij idea2020永久破解,亲测可用!!!
Intellij idea2020永久破解,亲测可用!!! 2020-07-29
歪歪漫画vip账号共享2020_yy漫画免费账号密码共享
歪歪漫画vip账号共享2020_yy漫画免费账号密码共享 2020-04-07
电视剧《琉璃》全集在线观看 琉璃美人煞1-59集免费观看地址
电视剧《琉璃》全集在线观看 琉璃美人煞1-59集免费观看地址 2020-08-12
最新idea2020注册码永久激活(激活到2100年)
最新idea2020注册码永久激活(激活到2100年) 2020-07-29
返回顶部