安装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

相关文章:

  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2021-12-16
  • 2021-12-13
  • 2021-12-05
猜你喜欢
  • 2021-09-24
  • 2021-11-07
  • 2022-12-23
  • 2021-07-29
  • 2021-12-11
  • 2021-12-21
相关资源
相似解决方案