将代码拷贝到服务器上运行,发生错误提示需要新安装parser library.

查看代码中发现有以下内容:

soup = BeautifulSoup(open(fp), 'xml')

安装解析库即可:

pip install lxml
05-18 01:12