Невозможно установить lxml в Windows, фатальная ошибка C1083: Невозможно открыть включаемый файл: 'libxml / xmlversion.h'

Питон нуб, пожалуйста, потерпи меня. Я использовал установщик Python для версии 3.5.1 с сайта www.python.org. Моим намерением было использовать Scrapy для запуска некоторых скриптов.

pip install scrapy не удалось, как и easy_install scrapy и другие. Я отследил ошибку до неправильной установки lxml. Вот журнал ошибок. Я даже пробовал easy_install libxml2, я не уверен, что делать дальше.

Building lxml version 3.5.0.
Building without Cython.
ERROR: b"'xslt-config' is not recognized as an internal or external command,\r\noperable program or batch file.\r\n"
** make sure the development packages of libxml2 and libxslt are installed **

Using build configuration of libxslt
cl : Command line warning D9025 : overriding '/W3' with '/w'
lxml.etree.c
src\lxml\includes\etree_defs.h(14): fatal error C1083: Cannot open include file: 'libxml/xmlversion.h': No such file or directory
Compile failed: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2
xmlXPathInitck3f6zpk.c
C:\Users\Rohan\AppData\Local\Temp\easy_install-47utdost\lxml-3.5.0\temp\xmlXPathInitck3f6zpk.c(1): fatal error C1083: Cannot open include file: 'libxml/xpath.h': No such file or directory
*********************************************************************************
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
*********************************************************************************
error: Setup script exited with error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\cl.exe' failed with exit status 2

Ответы на вопрос(2)

Ваш ответ на вопрос