Scrapy在Windows上是非常困难的库。有很多依赖项。 我浪费了很多时间去找那些东西。现在,我需要加密。但是,安装程序在哪里?我尝试安装pip install或easy_install。但失败了。我在哪里可以下载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 :(得分:1)
我已尝试从此source进行安装。它没有任何故障对我有用。
Pythong版本Python 2.7.10 [MSC v.1500 32 bit (Intel)] on win32
加密轮文件cryptography-1.1.2-cp27-none-win32.whl
通过以下
选择轮盘文件windows|linux|macintosh
版本,因为您是
使用Windows选择包含win
的轮文件。64
其他32
。