1、安装wheel

pip3 install -i https://pypi.douban.com/simple wheel

2、下载lxml库的whl文件

下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml

安装lxml

版本:python 3.7  64位

3、安装lxml

pip3 install lxml-4.4.1-cp37-cp37m-win_amd64.whl

4、检测

import lxml

 

相关文章:

  • 2021-06-03
  • 2021-06-29
  • 2021-05-09
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-08
  • 2021-06-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2021-08-20
相关资源
相似解决方案