Scrapy是Windows上真正困難的庫。有很多依賴關係。 我浪費了很多時間去尋找那些東西。而現在,我需要密碼學。但是,安裝程序在哪裏?我嘗試安裝pip install或easy_install。但失敗了。我在哪裏可以下載Windows 7 64位的安裝程序?我在哪裏可以下載加密Windows 7的64位安裝程序
D:\workspace\python\scrapy-install-151214>pip install cryptography
Collecting cryptography
Could not find a version that satisfies the requirement cryptography (from ver
sions:)
No matching distribution found for cryptography
我試過安裝thiis庫作爲whl文件。但失敗如下。
D:\workspace\python\scrapy-install-151214>pip install cryptography-0.7.2-cp27-no
ne-win_amd64.whl
cryptography-0.7.2-cp27-none-win_amd64.whl is not a supported wheel on this plat
form.
可能你的python和cryptography版本不匹配。檢查蟒蛇版本 – saikumarm