为什么不能在终端中导入numpy却可以在Jupyter Notebook中导入它?

时间:2019-03-05 19:51:04

标签: python numpy anaconda jupyter-notebook

今天,我决定更新Anaconda发行版。但是更新之后,当我尝试在终端或VScode中导入numpy时,出现以下错误消息(我只引用了最后几行)

import numpy


ImportError:
Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control).  Otherwise reinstall numpy.

Original error was: DLL load failed: The specified module could not be found.

但是,在Jupyter笔记本中导入numpy是完全可以的。我想知道问题的根源是什么,如何解决这个问题。预先感谢!

1 个答案:

答案 0 :(得分:0)

Anaconda带有自己的Numpy,这就是为什么您可以在Jupyter中访问它。您必须为您的Python版本找到正确的安装文件。打开终端时,您应该可以看到此内容。