bs4.FeatureNotFound
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
bs4.FeatureNotFound
https://www.zhaojun.inkhttps://www.zhaojun.ink/archives/bs4-featurenotfound