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 报错

python2.7 BeautifulSoup 模块 报错

如何将BeautifulSoup导入到python方法OpenERP 7模块中

python3.4 使用BeautifulSoup

安装BeautifulSoup库成功但是为啥导入出错

Python--BeautifulSoup库安装