I am attempting to install Scrapy on my Windows 7 64 bit machine. I started by following the instructions here on Scrapy's documentation.
I got up until the command 'pip install Scrapy'
. Everything works except that it cannot find 'libxml2':
Could not find function xmlCheckVersion in library libxml2. Is libxml2 installed?
I then visited this website to get the binaries of libxml2
:
ftp://ftp.zlatkovic.com/libxml/64bit/
The instructions for installation of libxml2
are here: https://www.zlatkovic.com/libxml.en.html
They state that you should unzip the binaries and place the contents of the BIN
folder in a path such as C:\WINDOWS
. I did this. However, after attempting to install Scrapy again, I continue to receive the same error. Is there something I am missing?