Jupyter Notebook - ModuleNotFoundError [重复]

Posted

技术标签:

【中文标题】Jupyter Notebook - ModuleNotFoundError [重复]【英文标题】:Jupyter Notebook - ModuleNotFoundError [duplicate] 【发布时间】:2019-03-23 11:16:56 【问题描述】:

我的 Windows 10 笔记本电脑上安装了 Python 3.7。几天前,我在我的笔记本电脑上安装了 pandas 和 numpy,当它们在我的 jupyter 笔记本中使用时,通过编写 import numpy as npimport pandas as pd 运行良好。 但是今天当我再次启动我的 jupyter notebook 来练习同样的错误时,发生了很多次。 ModuleNotFoundError: No module named 'numpy'

我尝试多次重启jupyter内核,然后一次又一次地执行该语句,但每次都显示相同的错误。

我使用pip install numpy 安装了numpy,使用pip install pandas 安装了pandas

我已经尝试使用!pip install numpy!pip install pandas 通过我的jupyter 笔记本安装pandas 和numpy,但问题仍然存在。 看看下面的截图。点击链接查看。

pandas error

numpy error

我还在学习 python,所以请你帮我解决这个问题。 我不知道该怎么办。

【问题讨论】:

嘿,它成功了。我尝试按照上述链接中的命令进行操作。非常感谢。 【参考方案1】:

打开一个笔记本。通过输入笔记本单元格通过笔记本安装您的包 -

!pip install numpy
!pip install pandas

然后导入

【讨论】:

我已经尝试过您所说的完全相同,但问题仍然存在。检查我上面的答案,我正在添加两个屏幕截图的链接(一个是 numpy 错误,另一个是通过 jupyter notebook 安装后的 pandas 错误) 你设置环境路径了吗? 没有。我们该怎么做? ***.com/questions/40553560/… ***.com/questions/52235013/…

以上是关于Jupyter Notebook - ModuleNotFoundError [重复]的主要内容,如果未能解决你的问题,请参考以下文章

安装 jupyter notebook 出现 ModuleNotFoundError: No module named 'markupsafe._compat' 错误

安装PyTorch后jupyter notebook中仍出现“No module named torch“

在 Jupyter notebook 中导入本地模块

今天我的jupyter notebook打不开了,报错原因'No module named 'zmq.eventloop'

在 Jupyter Notebook 中导入期间未找到模块

Jupyter notebook Import tensorflow_hub error: No module named tensorflow.python.training.tracking