环境:wind7 64位,python3.8

在执行pip install lxml的时候,报错Could not find function xmlCheckVersion in library libxml2

解决方法:

https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml下载对应版本的文件:

解决Could not find function xmlCheckVersion in library libxml2问题

重命名文件:

解决Could not find function xmlCheckVersion in library libxml2问题

 

进入文件目录执行pip install lxml-4.5.2-cp38-none-win_amd64.whl

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-20
  • 2021-05-28
  • 2021-09-23
  • 2021-10-30
  • 2022-12-23
猜你喜欢
  • 2021-04-09
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-07-25
  • 2021-09-17
  • 2021-10-25
相关资源
相似解决方案