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

后端 未结 9 2239
时光说笑
时光说笑 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:27

    As StationaryTraveller mentioned, you can work around this bug by calling script pyinstaller-script.py

    Below is an example

    C:>"C:\Program Files (x86)\Python35-32\python.exe" "C:\Program Files (x86)\Python35-32\Scripts\pyinstaller-script.py" script_to_compile.py
    

提交回复
热议问题