bs4使用lxml报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bs4使用lxml报错相关的知识,希望对你有一定的参考价值。
环境
win10
python 3.7
lxml 4.2.4
报错信息
bs4.FeatureNotFound: Couldn‘t find a tree builder with the features you requested: lxml. Do you need to install a parser library?
切换环境后正常
lxml 3.8.0
python 3.6.6
以上是关于bs4使用lxml报错的主要内容,如果未能解决你的问题,请参考以下文章
安装 lxml 后“bs4.FeatureNotFound:找不到具有您请求的功能的树生成器:lxml”
bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you
如何使用 bs4 或 lxml 在 Python 中找到 XML 标记的文本行?
《爬虫学习》(使用lxml,bs4库以及正则表达式解析数据)