bs4.FeatureNotFound:Couldn't find a tree builder with the features
(2018-04-04 15:51:53)
标签:
钓鱼小虾license扫描开源代码测试开源代码检测 |
分类: Python |
问题:下载一个python文件执行,提示“bs4.FeatureNotFound: Couldn't find a tree
builder with the features you requested: lxml. Do you need to
install a parser library?”
解决方法: 安装lxml插件即可。
pip install lxml