win10 python 3.6.6 安装 scrapy

环境

  • win10
  • python 3.6.6

过程

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

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

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

可是

  • 输入scrapy shellgit

    • 报错 ModuleNotFoundError: No module named 'win32api'
  • 解决方法github

相关文章
相关标签/搜索