Loading

Python爬虫-scrapy框架安装

Mac or Linux: pip install scrapy

Windows:

  1. pip install wheel

  2. 下载twisted:http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted

    下载对应Python版本的twisted

  3. 切换到twisted下载的目录后:pip install

  4. pip install pywin32

  5. pip install scrapy

posted @ 2022-12-26 19:28  马路野狼  阅读(15)  评论(0)    收藏  举报