win8_64下安装paramiko
win8_64下安装paramiko
C:\Python35\Scripts>easy_install paramiko
提示
C:\Python35\Scripts>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:\Python35\lib\site-packages\paramiko-2.0
.py", line 30, in <module>
File "C:\Python35\lib\site-packages\paramiko-2.0
t.py", line 32, in <module>
ImportError: No module named 'cryptography'
cryptography下载路径
https://pypi.python.org/pypi/cryptography/
cryptography安装
C:\Python35\Scripts>pip install cryptography-1.5-cp35-cp35m-win_amd64.whl
感谢关注