gpt4 book ai didi

python-3.x - 使用 Python3.x 的 Pyinstaller

转载 作者:行者123 更新时间:2023-12-04 01:03:43 29 4
gpt4 key购买 nike

我想使用 Pyinstaller 将我的脚本编译为 Linux 中的二进制可执行文件,但问题是Pyinstaller使用 python 2.x 而不是 python 3.x 进行编译。 (构建过程成功,但我的脚本仅适用于 python 2.x。)。日志:

$ pyinstaller script.py

22 INFO: PyInstaller: 3.1.1

22 INFO: Python: 2.7.6

22 INFO: Platform: Linux-4.2.0-34-generic-x86_64-with-Ubuntu-14.04

...

如何配置 Pyinstaller 使用 Python 3.x 编译我的脚本。


我的问题已经解决了,使用pip3安装Pyinstaller:

sudo pip3 install pyinstaller

感谢您的帮助!

最佳答案

要使用 pip 安装不同版本的软件包,您可以使用 pip3/pip2/pip2.7/pip3.5 等,因此在您的情况下,可以获取适用于 python 的 pyinstaller 3 只需使用:

pip3 install pyinstaller

关于python-3.x - 使用 Python3.x 的 Pyinstaller,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36090708/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com