我无法使用 pip 安装 lxml。

huangapple go评论61阅读模式
英文:

i can not with pip install lxml

问题

当我想安装lxml时,我遇到了这个错误:

错误: 找不到满足要求的版本 lxml(来自版本:none)
错误: 找不到匹配的分发版本 lxml

即使我尝试更新pip,也会出现错误:

警告: 在连接被“ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")”中断后重试 (Retry(total=4, connect=None, read=None, redirect=None, status=None)): /simple/pip/
英文:

When I want to install lxml, I encounter this error:

ERROR: Could not find a version that satisfies the requirement lxml (from versions: none)
ERROR: No matching distribution found for lxml

Even when I try to update pip, I get an error:

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)")': /simple/pip/

答案1

得分: 0

尝试运行 pip install lxml==3.4.2

英文:

Try running pip install lxml==3.4.2

huangapple
  • 本文由 发表于 2023年6月15日 15:23:46
  • 转载请务必保留本文链接:https://go.coder-hub.com/76480059.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定