📌  相关文章
📜  在库 libxml2 中找不到函数 xmlcheckversion.是否安装了 libxml2? - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:43.346000             🧑  作者: Mango

代码示例1
I had this issue and realised that whilst I did have libxml2 installed, I didn't have the necessary development libraries required by the python package. Installing them solved the problem:

sudo apt-get install libxml2-dev libxslt1-dev
sudo pip install lxml