pyinstaller打包paramiko后,运行出错“Multibackend cannot be initialized with no backends”解决

Posted 改刀

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyinstaller打包paramiko后,运行出错“Multibackend cannot be initialized with no backends”解决相关的知识,希望对你有一定的参考价值。

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”解决的主要内容,如果未能解决你的问题,请参考以下文章

pyinstaller 打包后无法运行

pyinstall打包exe换电脑后无法运行

PyInstaller 无法打包完成后,运行exe无反应?

pyinstaller打包exe后运行报错:ModuleNotFoundError: No module named ‘xxx‘

pyinstaller打包exe后运行报错:ModuleNotFoundError: No module named ‘xxx‘

pyinstaller打包的程序运行时崩溃