python 导入beautifulsoup报错
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 导入beautifulsoup报错相关的知识,希望对你有一定的参考价值。
导入Beautifulsoup 报错 AttributeError: ‘module‘ object has no attribute ‘_base‘
解决方法:
pip install --upgrade beautifulSoup4
pip install --upgrade html5lib
以上是关于python 导入beautifulsoup报错的主要内容,如果未能解决你的问题,请参考以下文章
from bs4 import BeautifulSoup 报错