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

新手上路,请多包涵

Python noob,请耐心等待。我使用来自 www.python.org 的 v3.5.1 的 python 安装程序。我的目的是使用 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

原文由 Freakishly 发布,翻译遵循 CC BY-SA 4.0 许可协议

阅读 1.3k
1 个回答

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

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

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

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

原文由 phase-contrast 发布,翻译遵循 CC BY-SA 3.0 许可协议

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题