win10 安装 scrapy

Posted heyour

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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出现错误的处理

win10虚拟环境安装scrapy

win10在Pycharm中安装scrapy

win10 64bit 安装scrapy-1.1

scrapy主动退出爬虫的代码片段(python3)

scrapy按顺序启动多个爬虫代码片段(python3)