首页 > 编程语言 > 详细

python报错bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml.

时间:2019-11-16 16:09:11      阅读:79      评论:0      收藏:0      [点我收藏+]

qpython运行

原代码:    soup = BeautifulSoup(r.text,‘lxml‘)

报错:bs4.FeatureNotFound: Couldn‘t find a tree builder with the features you requested: lxml. Do you need to install a parser library?

改成:    soup = BeautifulSoup(r.text,‘html.parser‘)

ok

python报错bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml.

原文:https://www.cnblogs.com/jiangsonglin/p/11871999.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!