问题描述
我刚刚在Windows 10上安装了Anaconda 5.3 64位(Anaconda3-5.3.0-Windows-x86_64),并且在尝试运行Spyder时遇到此错误.
I have just installed Anaconda 5.3 64-bit (Anaconda3-5.3.0-Windows-x86_64) on Windows 10 and am getting this error when trying to run Spyder.
在动态链接库C:\ Users \ username \ Anaconda3 \ Library \ bin \ mkl_intel_thread.dll中找不到序数.
The ordinal could not be located in the dynamic link library C:\Users\username\Anaconda3\Library\bin\mkl_intel_thread.dll.
我使用了 Dependency Walker 来查看DLL中的功能,并查看其中的序号242.与序数242相关的功能是mkl_blas_zherk.
I used Dependency Walker to view the functions in the DLL and see that ordinal 242 is there. The function associated with ordinal 242 is mkl_blas_zherk.
有人可以帮我解决这个问题,还是可以带我去找一个资源帮助我自己解决这个问题?
Could anyone help me fix this or direct me to a resource to help me figure it out myself?
推荐答案
快速解答:
set CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1
我为此设置了一个用户环境变量.
I set a user environment variable for this.
官方回答是这里.
这篇关于序号242不能位于动态链接库Anaconda3 \ Library \ bin \ mkl_intel_thread.dll中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!