python 3.7安装lxml

python bs4解析网页时,报错: 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,提示安装失败 用以下的方式,安装成功了
相关文章
相关标签/搜索