** make sure the development packages of libxml2 and libxslt are installed **
报错信息如上,搜了一下大多是windows平台的解决方案,下载whl包。
平台:Ubuntu20.04, python3
解决方案:
sudo apt-get install python-dev python3-dev libxml2-dev libxslt1-dev zlib1g-dev
参考:
** make sure the development packages of libxml2 and libxslt are installed **
报错信息如上,搜了一下大多是windows平台的解决方案,下载whl包。
平台:Ubuntu20.04, python3
解决方案:
sudo apt-get install python-dev python3-dev libxml2-dev libxslt1-dev zlib1g-dev
参考: