gpt4 book ai didi

python - 用于 python 3.5 的 lxml

转载 作者:太空宇宙 更新时间:2023-11-03 16:54:47 26 4
gpt4 key购买 nike

我试图在 Windows 上安装 lxml。我正在运行 python 3.5。我用的是win安装包,没用。它给我一个错误,说找不到 Python 3.2。我使用 pip 或 easy_install 它尝试安装,然后给我一个错误提示

C:\Users\>easy_install lxml
Searching for lxml
Reading https://pypi.python.org/simple/lxml/
Best match: lxml 3.5.0
Downloading https://pypi.python.org/packages/source/l/lxml/lxml-3.5.0.tar.gz#md5
=9f0c5f1eb43ff44d5455dab4b4efbe73
Processing lxml-3.5.0.tar.gz
Writing C:\Users\vasisht\AppData\Local\Temp\easy_install-ze62aj3w\lxml-3.5.0\setup.cfg
Running lxml-3.5.0\setup.py -q bdist_egg --dist-dir
C:\Users\...\AppData\Local\Temp\easy_install-ze62aj3w\lxml-3.5.0\egg-dist-tmp-cwiu9v46
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
error: Setup script exited with error: Unable to find vcvarsall.bat

我一直在挠头并在谷歌上寻找答案。请为我提供一些启发。谢谢

最佳答案

尝试:

lxml 包是使用 Mercurial 和 hg-git 插件在 Github 上的存储库中开发的。您可以使用以下方法检索当前的开发人员版本:

hg clone git://github.com/lxml/lxml.git lxml

这将创建一个目录 lxml 并将源代码下载到其中,包括完整的开发历史记录。不用担心,下载速度相当快。您还可以通过网络浏览 lxml 存储库。

如上所述克隆源存储库(或下载源 tar 包并解压),然后键入:

python setup.py build

(c) http://lxml.de/build.html#building-the-sources

您可以使用 pip 从源安装

pip install -e git+git://github.com/lxml/lxml.git#egg=lxml

请记住,lxml 需要 Cython

关于python - 用于 python 3.5 的 lxml,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35515975/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com