使用python3 用到beautifulsoup4,一开始编译的时候出现错误'html5lib.treebuilders' has no attribute '_base'
解决方案:
pip3 install --upgrade beautifulsoup4
pip3 install --upgrade html5lib
使用python3 用到beautifulsoup4,一开始编译的时候出现错误'html5lib.treebuilders' has no attribute '_base'
解决方案:
pip3 install --upgrade beautifulsoup4
pip3 install --upgrade html5lib