Ubuntu 没有名为numpy的模块

Ubuntu 没有名为numpy的模块,ubuntu,numpy,installation,python-3.4,Ubuntu,Numpy,Installation,Python 3.4,我使用的是ubuntu 14.04,刚刚安装了python 3.4。 在候机楼,我进入: sudo-apt-get-install-python-numpy sudo-apt-get-install-cython sudo-apt-get-install-python-scipy sudo apt get安装python matplotlib 当我试着在空闲状态下运行某个东西时,它显示了按摩: 第1行,在 将numpy作为n导入 ImportError:没有名为“numpy”的模块 我对编程了解

我使用的是ubuntu 14.04,刚刚安装了python 3.4。 在候机楼,我进入:

sudo-apt-get-install-python-numpy

sudo-apt-get-install-cython

sudo-apt-get-install-python-scipy

sudo apt get安装python matplotlib

当我试着在空闲状态下运行某个东西时,它显示了按摩:

第1行,在 将numpy作为n导入 ImportError:没有名为“numpy”的模块

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

谢谢。

你能试试吗

sudo apt-get install python3-numpy
因为您所做的应该是为Python2.x安装它