win10 python 3.6.6 安装 scrapy

环境

  • win10
  • python 3.6.6

过程

  • 创建虚拟环境 virtualenv biubiubiu_scrapy
  • 进入虚拟环境 ./biubiubiu_scrapy/Scripts/activate
  • 直接安装 scrapy pip install scrapy

    • 报错 microsoft visual c++ 14.0 is required
  • 解决方法

    • https://964279924.ctfile.com/… 下载 visualcppbuildtools_full.exe
    • 在安装过程会很慢,其中会有一次提示 C++ 14 debug runtime无法下载 ,点击 跳过
  • 再次尝试安装 scrapy pip install scrapy 就能成功安装

但是

  • 输入scrapy shell

    • 报错 ModuleNotFoundError: No module named ‘win32api’
  • 解决方法

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