Python Intel MKL 致命错误:无法加载 mkl_intel_thread.dll [英] Python Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll

查看:55
本文介绍了Python Intel MKL 致命错误:无法加载 mkl_intel_thread.dll的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用 Anaconda,每当我导入 Pandas、Numpy、Matplotlib 等时,Python 都会出现问题:

Using Anaconda, Python has a problem whenever I import Pandas, Numpy, Matplotlib, etc.:

python.exe - Ordinal Not Found

The ordinal 242 could not be located in the dynamic link library

C:\Programs\Anaconda\pkgs\mkl-2019.1-144\Library\bin\mkl_intel_thread.dll.

此通知会在对话框中弹出.我也在控制台本身中收到以下错误:

This notification pops up in a dialog box. I also get the following error in the console itself:

Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.

从标准库(例如 re、datetime)导入模块时不会出现此问题.当我使用任何版本的 Python(例如 iPython、Jupyter Notebook、python.exe)时都会发生这种情况.

The issue does not occur when importing modules from the standard library (e.g. re, datetime). It happens when I use any version of Python (e.g. iPython, Jupyter Notebook, python.exe).

.dll 本身位于它要查找的位置,所以老实说我不知道​​问题是什么.我试过卸载并重新安装无济于事,并且在互联网上搜索帮助但没有找到任何答案.请帮忙!

The .dll itself is located in the place that it's looking, so I honestly have no idea what the issue is. I've tried uninstalling and reinstalling to no avail, and have scoured the Internet for assistance without finding any answers. Please help!

推荐答案

pip uninstall numpy
pip install numpy

它对我有用,卸载 conda 环境包numpy";并重新安装最新版本.

it's work for me,uninstall conda environment package "numpy" and reinstall latest edition.

这篇关于Python Intel MKL 致命错误:无法加载 mkl_intel_thread.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆