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

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

    I fixed it [Anaconda 3.4] by doing this:

    1. Enter Anaconda Command Prompt
    2. Get to anaconda scripts folder by: cd /path/to/anaconda/Scripts
    3. Write: python pyinstaller-script.py path/YourScript.py

    Worked like a charm.

提交回复
热议问题