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

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

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

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

评论

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理