Windows: 7-64bit
python: 3.5.2
Scrapy网站 (https://doc.scrapy.org/en/1.2/intro/install.html) 文档中查看需要依赖的包
1.1 parsel, w3lib, cryptography, pyOpenSSL, lxml包可以直接通过cmd命令行窗口 pip install xxx 来进行下载安装
1.2 twisted包需要在网站 (http://www.lfd.uci.edu/~gohlke/pythonlibs/) 中找到对应的文件进行下载 下载之后cmd命令行窗口到文件目录执行 pip install xxx.whl 文件进行安装cmd命令行窗口执行
pip install scrapy