安装scrapy
pip install scrapy
然后报错
error:unalbe to find vcarsall.bat
同时twisted安装失败
经探索得处理方法
pip install wheel
然后下载
Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl
地址:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
然后
wheel install Twisted‑17.1.0‑cp35‑cp35m‑win_amd64.whl
成功安装twisted
然后
pip install scrapy
成功
验证
scrapy