bs4.FeatureNotFound: Couldn’t find a tree builder with the features you requested: html_parser.

淡淡的烟草味﹌ 2022-05-15 14:25 186阅读 0赞

问题:

bs4.FeatureNotFound: Couldn’t find a tree builder with the features you requested: html_parser. Do you need to install a parser library?

20181029212125574.png

解决方法:

在引用了lxml的地方把所有lxml换成html.parser

问题就解决了。

发表评论

表情:
评论列表 (有 0 条评论,186人围观)

还没有评论,来说两句吧...

相关阅读