您的位置:首页 > Web前端 > HTML5

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib

2017-03-16 16:22 946 查看
使用BeautifulSoup的时候提示以下错误:

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


解决方案:

pip install html5lib
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  解决方案
相关文章推荐