Installing pyinstaller via pip leads to “failed to create process”

后端 未结 9 2256
时光说笑
时光说笑 2020-12-01 16:23

Does anyone know why pyinstaller immediately fails after installed via pip via anaconda 32bit?

I installed pyinstaller via

9条回答
  •  臣服心动
    2020-12-01 16:25

    "C:\Program Files\Python35-32\python.exe" "C:\Program Files\Python35-32\Scripts\pyinstaller-script.py" --onefile --windowed ex_btn.py

    --onefile : create only exe, --windowed : exclude the prompting CMD, ex_btn.py : python script file.

    This worked like charm.

提交回复
热议问题