【发布时间】:2019-05-16 03:50:28
【问题描述】:
我尝试在我的 python3.5 中使用soup4,但是每次我使用代码从互联网上提取某些内容时,我都会收到此错误:
- s4\__init__.py", line 198, in __init__
% ",".join(features)) bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: html5lib. Do you need to install a parser library?
在本站bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?有一个同样错误的链接 我都试过了,还是报错
所有 pip 安装请求 点安装 lxml pip install beautifull soup4
我下载soup4https://www.crummy.com/software/BeautifulSoup/bs4/download/4.6/手动安装setup.py install
我已经全部更新并正常工作,但我仍然收到错误请帮助我
【问题讨论】:
-
出现此错误的代码是什么?
标签: python beautifulsoup