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

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

    python -m pip install pip worked for me.

    With Anaconda version of Python 3.5.2 and 3.6.0(Upgraded for this error, but the error appears to be the same with both versions), I had encountered the same error message with command pip install pip, or pip install whatever/ conda install whatever.

    I had both Python 2.7 and 3.5, but pip install --upgrade pip had been working every day, until a few days ago.

提交回复
热议问题