安装 PyInstaller

70.2 安装 PyInstaller

在项目所用 Python 环境下安装:pip install pyinstaller

打包前确保程序在本机 python xxx.py 能正常运行。

安装与检查

pip install pyinstaller
pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple

pyinstaller --version