python的pyinstaller在windows上目前只能打包出exe,也没有找到相关教程。非常感谢
PyInstaller Manual — PyInstaller 5.5 documentation
https://pyinstaller.org/en/stable/
根據說明書:
PyInstaller is tested against Windows, MacOS X, and Linux.
However, it is not a cross-compiler;
to make a Windows app you run PyInstaller on Windows,
and to make a Linux app you run it on Linux, etc.
要在 linux 執行就需要在 linux 執行 pyinstaller 製作成 app.
https://blog.csdn.net/weixin_39633891/article/details/110969762
基于Ubuntu下的pyinstaller程序打包比较顺利,没有问题。由于需要在windows下运行程序,因此不得不在windows下面也打包程序,然而,却遇到了很多问题。