没有名为 numpy 的模块

no module called numpy

我正在使用 ubuntu 14.04 并且刚刚安装了 python 3.4。 在终端我输入:

sudo apt-get 安装 python-numpy

sudo apt-get 安装 cython

sudo apt-get 安装 python-scipy

sudo apt-get install python-matplotlib

当我试图在空闲时运行某些东西时,它显示了消息:

第 1 行,在 将 numpy 导入为 n 导入错误:没有名为 'numpy'

的模块

我不太了解编程,我是 linux 的新手,但我想我要么根本没有安装 numpy,要么我为 python 的不同版本安装了它。我做错了什么?

谢谢。

你能试试吗

sudo apt-get install python3-numpy

因为您所做的应该为 python 2.x

安装它