Answers for "could not find function xmlcheckversion in library libxml2. is libxml2 installed?"

0

could not find function xmlcheckversion in library libxml2. is libxml2 installed?

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
Posted by: Guest on March-20-2021

Code answers related to "could not find function xmlcheckversion in library libxml2. is libxml2 installed?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language