環境
- 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`
-
解決方法
pip install pypiwin32
- 如果還是不行,可以在 https://github.com/mhammond/p… 選擇對應版本的 release 進行安裝