問題描述
我剛剛在 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.
pythonw.exe - 未找到序數
pythonw.exe - Ordinal Not Found
無法在動態鏈接庫 C:UsersusernameAnaconda3Libraryinmkl_intel_thread.dll 中找到序數.
The ordinal could not be located in the dynamic link library C:UsersusernameAnaconda3Libraryinmkl_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.
官方答案是 這里.
這篇關于在動態鏈接庫 Anaconda3Libraryinmkl_intel_thread.dll 中找不到序數 242的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!