When I try to install lxml for python 3.5 on Windows 10 by using pip install lxml
I get the error message as follows:
"b" 'xslt-config' is nor recognized as an external or internal command,
\r\noperable program or batch file.\r\n" ** make sure the developement
packages of libxml2 and libxslt are installed **
The problem is I cannot figure out how to install libxml2 since the setup files for libxml2 return "failed to find headers for libxml2: update includes_dir"
Any suggestions on how I fix these issues?