I\'m trying to install lxml package on CentOS using sudo pip install lxml and its throwing this error right at the end:
sudo pip install lxml
error:
I bet you have to install libxml2-devel or libxml++-devel or even python-devel. But it is only a wild guess, not seeing the actual error from the log file. But it seems gcc is missing either a header file or a library file.
libxml2-devel
libxml++-devel
python-devel
gcc