解决办法:
1.安装
pip install lxml
pip install html_parser
2.将 BeautifulSoup(html,'html.parser') 改为 BeautifulSoup(html,'lxml') , 或 反之