2015-12-14 99 views
0

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. 
+0

可能你的python和cryptography版本不匹配。檢查蟒蛇版本 – saikumarm

回答

1

我已經嘗試從此安裝source。它爲我工作沒有任何小故障。

Pythong版本Python 2.7.10 [MSC v.1500 32 bit (Intel)] on win32 加密輪文件cryptography-1.1.2-cp27-none-win32.whl

選擇,其車輪文件由以下

  1. 基於平臺windows|linux|macintosh版本,因爲你是 使用Windows輪選擇什麼文件包含win
  2. 根據您的python位版本選擇位版本。如果是64 請選擇一個文件,其中包含64其他32
+0

謝謝我從來沒有嘗試過這一個。因爲它的名字以「32」結尾。我感謝你。 :) – verystrongjoe

+0

接受答案,如果它的工作。 – saikumarm

相關問題