解决python安装numpy遇到You are using pip version 问题解决方案

很多初学者包括我在首次安装numpy的时候会遇到这个问题!

You are using pip version 9.0.1, however version 10.0.0 is available.

You should consider upgrading via the 'python -m pip install --upgrade pip' command.

参考了一些博客后,得知总结方案:

运行CMD 

直接输入 : python -m pip install --upgrade pip 

等待下载完毕即可!


你可能感兴趣的:(python,numpy,python)