导入_openmp_helpers时DLL加载失败

时间:2019-12-28 16:02:04

标签: python scikit-learn

我尝试了以前发布的各种解决方案,但是没有一个对我有用, 这是错误:

Traceback (most recent call last):
  File "D:\My Documents\Desktop\t.py", line 5, in <module>
    from sklearn.pipeline import Pipeline
  File "C:\Users\Dell\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sklearn\__init__.py", line 75, in <module>
    from .utils._show_versions import show_versions
  File "C:\Users\Dell\AppData\Local\Programs\Python\Python38-32\lib\site-packages\sklearn\utils\_show_versions.py", line 12, in <module>
    from ._openmp_helpers import _openmp_parallelism_enabled
ImportError: DLL load failed while importing _openmp_helpers: The specified module could not be found.

我已经将path变量添加为

path %path%;C:\Users\Dell\AppData\Local\Programs\Python\Python38-32

版本号如下: 的Python:3.8.1(32位), sklearn:0.22

我也在32位Windows 7操作系统上。请帮助我。

0 个答案:

没有答案