为python安装numpy

时间:2017-10-10 11:13:54

标签: python numpy

我试图使用Python绘制图形,从我的研究中,最简单的方法似乎是安装numpy和matplotlib。但是,我在尝试安装两者时遇到问题。

到目前为止,我已尝试在命令行中使用pip,以及从pypi下载zip文件。

我使用Python 3.6,如果有帮助的话!

3 个答案:

答案 0 :(得分:3)

如果使用Windows,请打开cmd并键入: python -m pip install numpy

但我建议您只安装Anaconda的Python发行版,它包含您现在需要的所有内容以及将来需要的内容。

答案 1 :(得分:1)

尝试为numpy和matplotlib安装轮子。

或安装anaconda,它将带有numpy和matplotlib。

https://pypi.python.org/pypi/numpy

https://pypi.python.org/pypi/matplotlib

答案 2 :(得分:1)

安装anaconda后使用anaconda IDE你不需要安装pip,numpy因为它会自动安装anaconda numpy matplotlib