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

相關文章
相關標籤/搜索