gpt4 book ai didi

pip - 为什么 'pip3 install netifaces' 在 Debian 10 Buster 上失败?

转载 作者:行者123 更新时间:2023-12-03 18:43:08 45 4
gpt4 key购买 nike

我在 AWS EC2 上设置了一个新的 Debian 10 (Buster) 实例,并且能够安装一个依赖于 netifaces 的 pip3 包,但是当我第二天回到它时,该包中断了,报告了 netifaces 中的错误。如果我尝试运行 pip3 install netifaces 我得到同样的错误:

~$ pip3 install netifaces
Collecting netifaces
Using cached https://files.pythonhosted.org/packages/0d/18/fd6e9c71a35b67a73160ec80a49da63d1eed2d2055054cc2995714949132/netifaces-0.10.9.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 20, in <module>
from setuptools.dist import Distribution, Feature
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 35, in <module>
from setuptools.depends import Require
File "/usr/lib/python3/dist-packages/setuptools/depends.py", line 7, in <module>
from .py33compat import Bytecode
File "/usr/lib/python3/dist-packages/setuptools/py33compat.py", line 55, in <module>
unescape = getattr(html, 'unescape', html_parser.HTMLParser().unescape)
AttributeError: 'HTMLParser' object has no attribute 'unescape'

最佳答案

HTMLParser().unescape 在 Python 3.9 中被移除。比较 the code in Python 3.8Python 3.9
该错误似乎是 setuptools 中的一个错误。尝试升级 setuptools 。或者使用 Python 3.8。

关于pip - 为什么 'pip3 install netifaces' 在 Debian 10 Buster 上失败?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65040971/

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