Win10 64位PC安装scrapy

  1. 安装wheel

    打开cmd窗口,输入命令:

    pip install wheel
  1. 安装Twisted
    1) 下载地址:https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted
    **Note:**下载与Python版本对应的安装包,比如:<Twisted-19.2.1-cp35-cp35m-win_amd64.whl>在这里插入图片描述
    2)打开cmd窗口
    3)进入Twisted安装包所在目录
    4)运行命令
    pip install Twisted-19.2.1-cp35-cp35m-win_amd64.whl
  1. 安装scrapy
    打开cmd窗口运行命令
    pip install scrapy
  1. 安装成功截图
    在这里插入图片描述
发布了53 篇原创文章 · 获赞 20 · 访问量 4万+

猜你喜欢

转载自blog.csdn.net/lylfv/article/details/95311088