codeURL: https://pypi.org/project/paramiko/1.15.2/
pip 安装模式:
pip install paramiko==1.15.2
坑: win Visual C++ 9.0 编译器
building 'Crypto.Random.OSRNG.winrandom' extension
error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpyt
hon27
----------------------------------------
Command "c:\python27\python.exe -u -c "import setuptools, tokenize;__file__='c:\
\users\\admini~1\\appdata\\local\\temp\\pip-install-u0hrlu\\pycrypto\\setup.py';
f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');
f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\admin
i~1\appdata\local\temp\pip-record-qdtrtl\install-record.txt --single-version-ext
ernally-managed --compile" failed with error code 1 in c:\users\admini~1\appdata
\local\temp\pip-install-u0hrlu\pycrypto\
解决:http://www.microsoft.com/en-us/download/details.aspx?id=44266 VCForPython27.msi
注意: python 版本
Programming Language Python Python :: 2 Python :: 2.6 Python :: 2.7 Python :: 3 Python :: 3.2 Python :: 3.3 Python :: 3.4