scrapy 终端安装方法

接上篇,使用 scrapy shell 爬虫提取并查看结果,首先需要安装 scrapy 环境,以下为 scrapy 环境安装方式。
b
1. 在 python 环境中,使用 pip install scrapy 命令,因为我环境中有
scrapy 终端安装方法

2. 多数安装时一般都会遇到安装失败的情况,主要是因为其中组件 twisted 无法安装成功。
此时使用 pip install twisted, python -m pip install –upgrade pip 运行
scrapy 终端安装方法

3.pip install  Twisted-18.4.0-cp36-cp36m-win32.whl
scrapy 终端安装方法

4. 安装 scrapy

pip install scrapy

 没有特殊情况就会安装成功了。

5. 验证安装,scrapy genspider weibo m.weibo.cn
如果在相应文件夹看到新建的工程文件 spider 文件夹中的 weibo.py 说明安装成功。

接上篇http://support.i-search.com.cn/article/1564548822550