Python 2.7 无法安装numpy软件包

Python 2.7 无法安装numpy软件包,python-2.7,numpy,package,pip,Python 2.7,Numpy,Package,Pip,这是一个非常基本的问题,但我无法找到解决办法。我是python新手,我想安装numpy、pylab等软件包。我可以通过 pip install httpie , 但对于numpy来说,它的抛出错误是: Requirement already satisfied<use --upgrade to upgrade>** 我越来越 Downloading unpacking data Could not find any downloads that satisfy the requ

这是一个非常基本的问题,但我无法找到解决办法。我是python新手,我想安装numpy、pylab等软件包。我可以通过

 pip install httpie ,
但对于numpy来说,它的抛出错误是:

Requirement already satisfied<use --upgrade to upgrade>**
我越来越

Downloading unpacking data
Could not find any downloads that satisfy the requirement pylab
我已尝试轻松安装,但获得:

easy_install numpy
它显示:

Searching for numpy
Best match:numpy 1.8.0
Adding numpy to easy_install .pth file

Using c:\python27\lib\site-packages
Processing dependencies for numpy
Finished processing dependencies for numpy

这也不起作用,但在IDLE中显示了相同的错误。

您是否考虑过一些自定义Python发行版,如Enthound Canopy、Continuum Anaconda、PythonXY或WinPython?不,我只是一个初学者。如果是这样,您最好使用其中一个Python发行版@richizy Suggestived。@richizy:嘿,谢谢,在你提到的那些中使用
easy_install numpy
Searching for numpy
Best match:numpy 1.8.0
Adding numpy to easy_install .pth file

Using c:\python27\lib\site-packages
Processing dependencies for numpy
Finished processing dependencies for numpy