python - Troubles with Scrapy and libxml2 installation on Windows 10 -
need install scrapy
have such error:
could not find function xmlcheckversion
in library libxml2
. libxml2
installed?
error: command 'c:\\users\\artur\\appdata\\local\\programs\\common\\microsoft\\visual c++ python\\9.0\\vc\\bin\\cl.exe' failed exit status 2
command:
c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\artur\\appdata\\local\\temp\\pip-build-apae9o\\lxml\\setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record c:\users\artur\appdata\local\temp\pip-knhut_-record\install-record.txt --single-version-externally-managed --compile" failed error code 1 in c:\users\artur\appdata\local\temp\pip-build-apae9o\lxml\
tried install libxml2
unfortunately have error. try different ways didn't succeed. have same error:
c:\windows\system32>pip install libxml2 collecting libxml2 not find version satisfies requirement libxml2 (from versions: ) no matching distribution found libxml2
i have python 2.7.11
, windows 10 64x
.
Comments
Post a Comment