1. 程式人生 > >python3.5安裝Scrapy

python3.5安裝Scrapy

先安裝Twisted,通過下載.whl來安裝: python3.5可以安裝Twisted嗎? https://www.zhihu.com/question/52281800
Twisted-17.9.0-cp35-cp35m-win_amd64.whl
Twisted-17.9.0-cp35-cp35m-win32.whl Twisted下載地址: https://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted 注意系統版本: 通過pip install xxxxx.whl報以下錯時: 報錯: *  is not a supported wheel on this platform
通過pip的方法可以檢視支援哪種的whl的包:
下載正確的Twitted的whl的包後,下面安裝: pip3 install Twisted-17.9.0-cp35-cp35m-win32.whl 下面就可以通過pip3 install Scrapy了。 在控制檯輸入Scrapy: 。。。。。。