问题:
同时安装多个版本的 python 就会出现一大堆问题。今天遇到的问题是:我使用 pyinstaller
打包 python 文件的时候错误提示failed to create process.
。
解决方法:
1. 找到 Python36\Scripts
下的 pyinstaller.exe
文件,重命名为 pyinstaller3.6.exe
。
2. 使用命令pyinstaller3.6
即可。
(pip
或是其他提示 failed to create process.
的均可以通过重命名解决。)