Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
导入numpy时DLL加载失败\u多数组\u取消匹配_Numpy - Fatal编程技术网

导入numpy时DLL加载失败\u多数组\u取消匹配

导入numpy时DLL加载失败\u多数组\u取消匹配,numpy,Numpy,我安装了Numpy v。1.18.4和Python 3.8。我想这是最新的2020年5月。我得到一个错误: Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed. We have compiled some common reasons and troublesh

我安装了Numpy v。1.18.4和Python 3.8。我想这是最新的2020年5月。我得到一个错误:

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.8 from "C:\Users\SScott1\.conda\envs\cartoenv7_3_8\python.exe"
  * The NumPy version is: "1.18.4"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

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

有什么地方我可以报告吗?如何解决此错误。

在Anaconda Navigator外部启动VS代码时会发生这种情况