You can get this error if you try to install lxml library:
As simple as:
yum install libxslt-devel libxml2-devel
for Centos or
apt-get install libxml2-dev libxslt1-dev
for Ubuntu.
You can get this error if you try to install lxml library:
As simple as:
yum install libxslt-devel libxml2-devel
for Centos or
apt-get install libxml2-dev libxslt1-dev
for Ubuntu.