没有名为 numpy 的模块
Posted
技术标签:
【中文标题】没有名为 numpy 的模块【英文标题】:no module called numpy 【发布时间】:2015-03-04 17:46:40 【问题描述】:我使用的是 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 install python-matplotlib
当我试图在空闲时运行某些东西时,它显示了按摩:
第 1 行,在 将 numpy 导入为 n ImportError:没有名为“numpy”的模块
我对编程知之甚少,而且我是 linux 新手,但我想我要么根本没有安装 numpy,要么我为不同版本的 python 安装了它。我做错了什么?
谢谢。
【问题讨论】:
【参考方案1】:你可以试试
sudo apt-get install python3-numpy
因为你所做的应该为 python 2.x 安装它
【讨论】:
以上是关于没有名为 numpy 的模块的主要内容,如果未能解决你的问题,请参考以下文章
AWS:无法导入模块“处理程序”:没有名为“numpy”的模块
pyspark:ImportError:没有名为 numpy 的模块
ModuleNotFoundError:没有名为“numpy.testing.nosetester”的模块
spark-submitting 时没有名为 numpy 的模块
Google App Engine:部署应用程序时出现“错误:没有名为 numpy.distutils.core 的模块”