gpt4 book ai didi

python - lxml xpath 无法导入名称 etree

转载 作者:行者123 更新时间:2023-11-30 23:03:41 26 4
gpt4 key购买 nike

按照此 lxml xpath 教程使用 Ubuntu 14.04 https://www.youtube.com/watch?v=PgWfF-Ut0zM

更新此内容以下载 pip 的 lxml 上游版本 https://stackoverflow.com/a/33089634

sudo apt-get install python-pip
pip install -U lxml
python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import lxml
>>> page = open('/root/page1.html').read()
>>> from lxml import etree
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: cannot import name etree

最佳答案

安装另一个版本的 lxml 解决了我的问题:

pip install lxml==3.6.0

关于python - lxml xpath 无法导入名称 etree,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34006441/

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