pip安装numpy不起作用:“找不到匹配的分配”

我是Python新手。 我安装了Python 2.7.10,它已经是点子了。 我试着运行这个命令来下载numpy库。

D:\workspace\python>pip install numpy Collecting numpy Could not find a version that satisfies the requirement numpy (from versions: ) No matching distribution found for numpy 

但是我得到了这个错误。 我该如何解决这个问题? 我想要easy_install和pip之间的区别。

提前致谢。

我建议下载NumPy安装程序,而不是从源代码安装它,除非您有特定的需要。 NumPy 1.9.2的Windows安装程序可以在这里找到:

至于easy_install和pip之间的区别,easy_install是第一位的。 Python社区的人们有不同的意见,点子诞生了。 点基本上只是easy_install的替代品。 请参阅下面的两个比较: