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

https://blog.csdn.net/weixin_39278265/article/details/82938270

https://blog.csdn.net/u014712482/article/details/98204974

你可能感兴趣的:(编程语言)