标签:
1、降低paramiko版本:
pip uninstall paramiko
pip install paramiko==1.17
2、如果安装关联包pycrypto中出错
http://www.voidspace.org.uk/python/modules.shtml#pycrypto
此网址上下载已编译的对应版本
3、重新使用pyinstaller(最好使用3.0以上版本)打包exe
pyinstaller打包paramiko后,运行出错“Multibackend cannot be initialized with no backends”解决
标签:
原文地址:http://www.cnblogs.com/gaidao/p/5534889.html