Windows安装Scrapy

Windows: 7-64bit
python: 3.5.2

  1. Scrapy网站 (https://doc.scrapy.org/en/1.2/intro/install.html) 文档中查看需要依赖的包
    1.1 parsel, w3lib, cryptography, pyOpenSSL, lxml包可以直接通过cmd命令行窗口 pip install xxx 来进行下载安装
    1.2 twisted包需要在网站 (http://www.lfd.uci.edu/~gohlke/pythonlibs/) 中找到对应的文件进行下载 下载之后cmd命令行窗口到文件目录执行 pip install xxx.whl 文件进行安装

  2. cmd命令行窗口执行
    pip install scrapy

    原文作者:Iooooooo
    原文地址: https://www.jianshu.com/p/51a91abe0c5f
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞