1.8-爬虫框架的安装
1.8.1 pyspider 的安装
1. 相关链接
2. 准备工作
3. pip 安装
4. 常见错误
5. 验证安装


1.8.2 Scrapy 的安装
1. 相关链接
2. Anaconda 安装
3. Windows 下的安装
安装 lxml
安装 pyOpenSSL

安装 Twisted

安装 PyWin32

安装 Scrapy
4. Linux 下的安装
CentOS 和 Red Hat
Ubuntu、Debian 和 Deepin
5. Mac 下的安装
6. 验证安装

7. 常见错误
pkg_resources.VersionConflict: (six 1.5.2 (/usr/lib/python3/dist-packages), Requirement.parse('six>=1.6.0'))
c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build/cryptography/
ImportError: No module named 'packaging'
ImportError: No module named '_cffi_backend'
ImportError: No module named 'pyparsing'
1.8.3 Scrapy-Splash 的安装
1. 相关链接
2. 安装 Splash

3. Scrapy-Splash 的安装
1.8.4 Scrapy-Redis 的安装
1. 相关链接
2. pip 安装
3. wheel 安装
4. 测试安装
Last updated
Was this helpful?