导入Beautifulsoup 报错 AttributeError: ‘module‘ object has no attribute ‘_base‘
解决方法:
pip install --upgrade beautifulSoup4
pip install --upgrade html5lib
python 导入beautifulsoup报错
原文:http://www.cnblogs.com/vickey-wu/p/6843271.html