本文主要是介绍1、paramiko安装,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
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
这篇关于1、paramiko安装的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!