首页 前端知识 raise ImportError(“html5lib not found, please install it“) ImportError: html5lib not found

raise ImportError(“html5lib not found, please install it“) ImportError: html5lib not found

2024-04-29 11:04:34 前端知识 前端哥 471 691 我要收藏

在运行python代码的时候,报如下错误:

raise ImportError("html5lib not found, please install it")

有两种解决办法:

第一种方法:在运行程序的时候,提示上面错误,在程序里加上:

import html5lib

第二种方法:如果用anacoda可以用命令来执行

conda install -c anaconda html5lib
转载请注明出处或者链接地址:https://www.qianduange.cn//article/6292.html
标签
评论
发布的文章

HTML5本地存储

2024-05-06 09:05:10

HTML5和CSS3新特性

2024-04-16 17:04:36

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!