利用Anaconda3,可以在windows上很方便的搭建scrapy的框架。
1、查找scrapy
conda search scrapy
可以看到scrapy的很多个版本
2、下载具体的版本号的 scrapy
conda install scrapy=1.5.0
3、删除scrapy
scrapy remove scrapy
4、对python版本 进行切换
详情见博客:https://blog.csdn.net/lyy_buu/article/details/78214325?locationNum=9&fps=1
5、镜像下载地址
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/