码迷,mamicode.com
首页 > 其他好文 > 详细

安装Scrapy

时间:2018-05-23 18:12:59      阅读:114      评论:0      收藏:0      [点我收藏+]

标签:load   https   tps   sharp   版本   div   pip   scrapy   open   

Windows下安装Scrapy的时候可能会报错,因为Scrapy需要很多依赖。

1.pip install lxml
2.pip install pyopenssl
3.pip install pywin32
4.下载相应版本的twisted https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
4.安装下载的twisted :
pip install C:\Users\lichengguang\Downloads\Twisted-17.9.0-cp36-cp36m-win_amd64.whl
5.pip install scrapy

  

安装Scrapy

标签:load   https   tps   sharp   版本   div   pip   scrapy   open   

原文地址:https://www.cnblogs.com/0bug/p/9077926.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!