首页 > 其他 > 详细

[报错处理]Could not find a version that satisfies the requirement xml (from versions)

时间:2018-06-03 16:51:43      阅读:5358      评论:0      收藏:0      [点我收藏+]

安装xml库发生报错

pip3 install xml 
Collecting xml
  Could not find a version that satisfies the requirement xml (from versions: )
No matching distribution found for xml

尝试安装lxml进行代替

root@5a968be9a4aa:/home/ubuntu/publisher_info# pip3 install lxml 
Collecting lxml
  Downloading https://files.pythonhosted.org/packages/30/65/6dcc7a1a0ec3bbc10a1316b3610f9997ca132183a5f5345c5b88fc1eaf79/lxml-4.2.1-cp35-cp35m-manylinux1_x86_64.whl (5.6MB)
    100% |████████████████████████████████| 5.6MB 3.5MB/s 
Installing collected packages: lxml
Successfully installed lxml-4.2.1

[报错处理]Could not find a version that satisfies the requirement xml (from versions)

原文:https://www.cnblogs.com/everfight/p/xml_install.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!