failed-to-create-process的解决方法

51次阅读

共计 227 个字符,预计需要花费 1 分钟才能阅读完成。

问题:
同时安装多个版本的 python 就会出现一大堆问题。今天遇到的问题是:我使用 pyinstaller 打包 python 文件的时候错误提示failed to create process.

解决方法:
1. 找到 Python36\Scripts 下的 pyinstaller.exe 文件,重命名为 pyinstaller3.6.exe
2. 使用命令pyinstaller3.6 即可。

pip或是其他提示 failed to create process. 的均可以通过重命名解决。)

正文完
 0