pip: failed to create process.解决方法

Posted tangsong41

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip: failed to create process.解决方法相关的知识,希望对你有一定的参考价值。

昨天在使用pip过程,pip提示:failed to create process。

解决方法:python -m pip install xxx 就可以了

如以matplotlib为例即:python -m pip install matplotlib 即可安装成功

 

原因:机器上存在多个版本的python

来自于https://www.cnblogs.com/gcgc/p/12066256.html

以上是关于pip: failed to create process.解决方法的主要内容,如果未能解决你的问题,请参考以下文章