- 问题描述
- 解决方案
- 参考文献
安装低版本的 pyinstaller
pip install pyinstaller==3.4
若报错可参考:
- Python 2.7升级pip报错:def read(rel_path: str) -> str:SyntaxError: invalid syntax
- PyInstaller 官网

安装低版本的 pyinstaller
pip install pyinstaller==3.4
若报错可参考:
- Python 2.7升级pip报错:def read(rel_path: str) -> str:SyntaxError: invalid syntax