win10 安装 scrapy

参考链接:

1、Anaconda安装Scrapy框架

2、使用scrapy报错:attrs() got an unexpected keyword argument ‘eq‘解决办法

 

安装完成后,创建新的项目:

首先使用命令:scrapy startproject study

之后报错:TypeError: attrs() got an unexpected keyword argument ‘eq‘

解决:pip install attrs==19.2.0 -i http://mirrors.aliyun.com/pypi/simple --trusted-host mirrors.aliyun.com

再使用 scrapy startproject study

就可以创建成功了。(截图如下)

win10 安装 scrapy

 

win10 安装 scrapy

上一篇:Docker for windows 安装教程


下一篇:Flutter - 获取屏幕大小 get screen window size