我正在运行Linux。我想将文件转换为 exe,但我确实需要 pyinstaller 来做到这一点。我也已经安装了 pip 。还有其他方法吗?
我尝试了'pip install',sudo apt-get pyinstaller''python install pyinstaller'。
在我执行 pip install 之后。
要将现有的 PyInstaller 安装升级到最新版本,请使用: $pip install --升级 pyinstaller
要安装当前的开发版本,请使用: $pip install https://github.com/pyinstaller/pyinstaller/tarball/develop
要使用 pip 的内置 git checkout 支持直接安装,请使用: $pip install git+https://github.com/pyinstaller/pyinstaller
或者安装特定分支(例如开发): $pip install git+https://github.com/pyinstaller/pyinstaller@develop