python爬虫中解决第三方模块lxml中没有etree方法

python 第三方模块 低版本的lxml下载地址解决第三方模块中没有etree的问题

下载地址:https://pypi.org/simple/lxml/

  1. 打开链接https://pypi.org/simple/lxml/
    python爬虫中解决第三方模块lxml中没有etree方法

我这里下载的是4.2.5版本的lxml,可以下载压缩包,也可以下载.whl文件

我这里下载的是压缩包的lxml4.2.5版本

  1. 打开压缩包

python爬虫中解决第三方模块lxml中没有etree方法

python爬虫中解决第三方模块lxml中没有etree方法
python爬虫中解决第三方模块lxml中没有etree方法

python爬虫中解决第三方模块lxml中没有etree方法

将复制的lxml文件夹粘贴到ptyhon环境的Lib\site-packages 文件夹下面即可

python爬虫中解决第三方模块lxml中没有etree方法

最后通过pycharm进行导入etree 试试

python爬虫中解决第三方模块lxml中没有etree方法

问题解决

上一篇:python爬虫lxml xpath测试


下一篇:Python爬虫学习总结(二)之LXML使用心得