当前位置:  开发笔记 > 编程语言 > 正文

无法在Windows上安装lxml,致命错误C1083:无法打开包含文件:'libxml/xmlversion.h'

如何解决《无法在Windows上安装lxml,致命错误C1083:无法打开包含文件:'libxml/xmlversion.h'》经验,为你挑选了1个好方法。

Python noob,请耐心等待.我在www.python.org上使用了python installer for v3.5.1.我的意图是使用Scrapy来运行一些脚本.

pip install scrapy失败了,easy_install scrapy和其他人一样.我将错误跟踪到错误的lxml安装.这是错误日志.我甚至尝试过easy_installing libxml2,我不知道如何继续.

Building lxml version 3.5.0.
Building without Cython.
ERROR: b"'xslt-config' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
cl : Command line warning D9025 : overriding '/W3' with '/w'
lxml.etree.c
src\lxml\includes\etree_defs.h(14): fatal error C1083: Cannot open include file: 'libxml/xmlversion.h': No such file or directory
Compile failed: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2
xmlXPathInitck3f6zpk.c
C:\Users\Rohan\AppData\Local\Temp\easy_install-47utdost\lxml-3.5.0\temp\xmlXPathInitck3f6zpk.c(1): fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: Setup script exited with error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2

小智.. 6

我遇到了同样的问题,尽管使用的是WinPython 64bit 2.7.3.1.

我使用预编译的安装程序解决了它,可以在这里找到:https://pypi.python.org/pypi/lxml/3.3.3#downloads

通过运行.exe直接安装软件包失败,因为安装程序找不到我的python安装(尽管它已注册).但是,我成功使用WinPython控制面板来安装包!

编辑:在那之前,我尝试了我在stackoverflow上找到的各种东西,包括安装一些Visual C++(Python)编译器,但没有一个工作.



1> 小智..:

我遇到了同样的问题,尽管使用的是WinPython 64bit 2.7.3.1.

我使用预编译的安装程序解决了它,可以在这里找到:https://pypi.python.org/pypi/lxml/3.3.3#downloads

通过运行.exe直接安装软件包失败,因为安装程序找不到我的python安装(尽管它已注册).但是,我成功使用WinPython控制面板来安装包!

编辑:在那之前,我尝试了我在stackoverflow上找到的各种东西,包括安装一些Visual C++(Python)编译器,但没有一个工作.

推荐阅读
谢谢巷议
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有