http://blog.csdn.net/cs123951/article/details/52618873
WIN10 64-bit python3.4
An error occurred while installing scrapy using PIP install Scrapy
Error:microsoft Visual C + + 10.0 is required. Get it with "Microsoft Windows SDK 7.1": www.microsoft.com/download/details.aspx?id=8279
Downloading the SDK7.1 is useless.
So download the scrapy two dependent libraries lxml and twisted from http://www.lfd.uci.edu/~gohlke/pythonlibs/
Install separately:
Pip Install TWISTED-16.4.1-CP34-CP34M-WIN_AMD64.WHL
Pip Install LXML-3.6.4-CP34-CP34M-WIN_AMD64.WHL
Last Install Scrapy:
Pip Install Scrapy
Success!
Run the Scrapy project for the first time, referencing
English version: Http://doc.scrapy.org/en/latest/intro/tutorial.html#creating-a-project
Chinese version: http://scrapy-chs.readthedocs.io/zh_CN/latest/intro/tutorial.html
Error--importerror:no module named ' Win32API ' because Python3 will occur
Download Pywin to https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/
Scrapy Error:microsoft Visual C + + 10.0 is required.