gpt4 book ai didi

python - undefined symbol : PyFPE_jbuf error while using 'lxml' on ubuntu

转载 作者:太空宇宙 更新时间:2023-11-03 14:12:52 30 4
gpt4 key购买 nike

我正在尝试将“lxml”库导入到我的 python 程序中,如下所示。

from lxml import etree

但是,我收到“ undefined symbol :PyFPE_jbuf”错误。这是整个堆栈跟踪

File "xmlExtract.py", line 4, in <module>
from lxml import etree
ImportError: /usr/local/lib/python3.4/dist-packages/lxml/etree.cpython-34m.so: undefined symbol: PyFPE_jbuf

我已经仔细安装了“lxml”库,包括它的所有依赖项(libxml2-dev、libxslt-dev、python-dev)。我也有旧版本的 python,即 2.7 和新的 python3.4。我尝试设置变量 PYTHONPATH=/usr/local/lib/python3.4/dist-packages但是还是遇到上面的错误。

有人可以帮助解决我的问题吗。

最佳答案

我遇到了同样的问题,并且能够通过重新安装 lxml 来解决这个问题:

pip install lxml --no-use-wheel

根据您的 pip 版本,您还可以使用:

pip install lxml --no-binary :all:

关于python - undefined symbol : PyFPE_jbuf error while using 'lxml' on ubuntu,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35852646/

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