gpt4 book ai didi

python - 安装了 html5lib 但 BeautifulSoup 找不到它

转载 作者:太空宇宙 更新时间:2023-11-04 02:41:36 29 4
gpt4 key购买 nike

我已经安装了 html5lib 包。我敢肯定,因为当我尝试安装它时,我收到一条消息,提示它已安装。

pip install html5lib
Requirement already satisfied: html5lib in ./anaconda/lib/python3.5/site-packages

我也能够成功导入该包。

import html5lib

然而,当我尝试将解析器用作 BeautifulSoup 构造函数的一部分时

soup = BeautifulSoup(response.data, 'html5lib')

我失败了

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

是否可以强制 bs4 查找已安装的解析器并成功找到 html5lib?

最佳答案

接受了 Megalng 的建议并重新启动了 IDE。成功了!

关于python - 安装了 html5lib 但 BeautifulSoup 找不到它,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46327502/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com