我试图将python脚本转换为Windows可执行文件,但是在尝试该过程时,出现以下错误。
Microsoft Windows [Version 10.0.17134.523]
(c) 2018 Microsoft Corporation. All rights reserved.
C:\Users\admin>cd C:\Users\admin\Documents\Coding
C:\Users\admin\Documents\Coding>pyinstaller testDirInteractivity.py --onefile
Fatal error in launcher: Unable to create process using '"c:\users\admin\appdata\local\programs\python\python37-32\python.exe" "C:\Users\admin\AppData\Local\Programs\Python\Python37-32\Scripts\pyinstaller.exe" testDirInteractivity.py --onefile'
C:\Users\admin\Documents\Coding>
我已经重新安装了PyInstaller几次。我不知道是什么引起了这个问题。到目前为止,我尝试从互联网上找到的其他答案尝试的任何事情都没有为我解决。任何帮助将不胜感激。
答案 0 :(得分:0)
结果证明运行开发版本可以解决此问题,所以是!