win8_64下安装paramiko

win8_64下安装paramiko

C:Python35Scripts>easy_install paramiko

提示

C:Python35Scripts>python
Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 25 2016, 22
D64)] on win32
Type "help", "copyright", "credits" or "license" f
>>> import paramiko
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:Python35libsite-packagesparamiko-2.0
.py", line 30, in <module>
  File "C:Python35libsite-packagesparamiko-2.0
t.py", line 32, in <module>
ImportError: No module named 'cryptography'

cryptography下载路径

https://pypi.python.org/pypi/cryptography/

cryptography安装

C:Python35Scripts>pip install cryptography-1.5-cp35-cp35m-win_amd64.whl
原文地址:https://www.cnblogs.com/wspblog/p/5877328.html