Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: Failed to download metadata for repo ‘AppStream’ 
Shell :: how to delete all docker images 
Shell :: laravel command not found after installing laravel mac 
Shell :: alacritty ubuntu install 
Shell :: sudo update 
Shell :: ssh permissions too open 
Shell :: generate service ionic 
Shell :: install heroku cli wsl 
Shell :: Docker run image in port 8080 
Shell :: how to uninstall composer in ubuntu 
Shell :: check if oh-my-zsh is installed 
Shell :: uninstall vscode linux 
Shell :: brew install atom 
Shell :: docker clear cache 
Shell :: update manjaro linux 
Shell :: obs for ubuntu 
Shell :: install pip kali 
Shell :: npm fix deprecated packages globally 
Shell :: Install snapd on arch 
Shell :: ip on mac 
Shell :: km player in ubuntu 20 
Shell :: increment number bash 
Shell :: reload bashrc 
Shell :: ! [rejected] master - master (fetch first) 
Shell :: powershell get all environment variables 
Shell :: linux install node 
Shell :: get-docker sh 
Shell :: Install django requirements from txt file 
Shell :: gitignore committed file 
Shell :: compress folder in tar.gz unix 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =