PIP致命错误

时间:2018-04-16 07:25:13

标签: python python-3.x pip

使用pip install时出现致命错误。

pip install praw
Fatal error in launcher: Unable to create process using '""c:\program files\python36\python.exe"  
"C:\Program Files\Python36\Scripts\pip.exe" install praw'

但是当我开始做同样的事情但是使用Python时,它就像以前一样使用pip install。

python -m pip install praw

我不知道是什么导致了这个问题,我不知道如何解决这个问题。 Fatal error in launcher: Unable to create process using ""C:\Program Files (x86)\Python33\python.exe" "C:\Program Files (x86)\Python33\pip.exe""提供了一种解决方法而非修复方法。

1 个答案:

答案 0 :(得分:2)

您的问题可能是由pip 10.0.0中引入的此问题引起的:https://github.com/pypa/pip/issues/5223

您的选择仅限于等待维护版本(由于底层错误https://bitbucket.org/pypa/distlib/issues/104/generated-wrapper-scripts-fail-when-python已被修复,因此不应该太远)或降级到第9点。