scrapy安装里的坑:安装Twisted
安装scrapy的过程中间出现了Failed building wheel for Twisted 的报错,需要安装Twisted
解决方案
通过在https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted,页面搜索twisted,然后选择版本下载:

CP后是python 版本,我使用的Python3.8.5,win10 64位
但是注意我的python是32位,这是个坑啊, 选择Twisted-20.3.0-cp38-cp38-win32.whl 下载

cmd 执行
pip install D:\MajorInstallPack\Twisted-20.3.0-cp38-cp38-win32.whl
成功后继续pip install scrapy即可

浙公网安备 33010602011771号