1. 程式人生 > >python 導入beautifulsoup報錯

python 導入beautifulsoup報錯

install ade soup module error: html5 object sta tee

導入Beautifulsoup 報錯 AttributeError: ‘module‘ object has no attribute ‘_base‘

解決方法:

pip install --upgrade beautifulSoup4

pip install --upgrade html5lib


python 導入beautifulsoup報錯