Scrapy框架
scrapy安装
登陆http://www.lfd.uci.edu/~gohlke/pythonlibs/
Ctrl+F搜索Lxml、Twisted、Scrapy,下载对应的版本
1.在cmd中安装
#1.安装wheel
pip3 install whell
#2.安装下载好的lxml
pip3 install lxml-4.2.3-cp36-cp36m-win_amd64.whl
#3.安装Twisted
pip3 install Twisted-18.7.0-cp36-cp36m-win_amd64.whl
#4.安装Scrapy
pip3 install Scrapy-1.5.1-py2.py3-none-any.whl
2.在安装pywin32
下载地址:https://github.com/mhammond/pywin32/releases
安装对应版本的pywin32就OK了
2018.10.30通过上面方法安装成功
网友评论