1. 程式人生 > >python3.4安裝scrapy的步驟

python3.4安裝scrapy的步驟

在安裝前可以使用  python -m pip install --upgrade pip 升級一下pip

1.安裝wheel

使用命令 pip install wheel 進行安裝。

2.安裝Twisted

或者在網盤上下載python3.4   64位作業系統的Twisted:

連結: https://pan.baidu.com/s/1hRPewJ4J2VTI9UUxwTAqkw 提取碼: ayy4

下載後放置任一目錄下,使用 pip install 檔案路徑 進行安裝。

如放置在C盤,那麼安裝命令為:pip install C:\Python34\Twisted-18.7.0-cp34-cp34m-win_amd64.whl 

3.安裝scrapy

最後使用 pip install Scrapy 命令即可完成安裝。

若沒有前2步安裝過程,安裝scrapy會報錯,雖然我沒看懂錯誤是什麼,但瞭解到Windows上搭建scrapy的話是需要wheel和twisted的。