小编nya*_*ren的帖子

导入 _imaging 时 DLL 加载失败:

我正在尝试运行我的 Python 程序,这些是我要导入的模块:

\n
\n

from tkinter import *\nfrom functools 导入部分
\nimport numpy as np import\nmatplotlib matplotlib.use("TkAgg")
\nfrom matplotlib.figure 导入图\nfrom matplotlib.backends.backend_tkagg\nimport FigureCanvasTkAgg, NavigationToolbar2Tk

\n
\n

我总是收到以下错误消息:

\n
C:\\Users\\HP\\anaconda3\\lib\\site-packages\\numpy\\__init__.py:138: UserWarning: mkl-service package failed to import, therefore Intel(R) MKL initialization ensuring its correct out-of-the box operation under condition when Gnu OpenMP had already been loaded by Python process is not assured. Please install mkl-service package, see http://github.com/IntelPython/mkl-service\n  from . import _distributor_init\nTraceback (most recent call last):\n  File "ASRS.py", line 12, in <module>\n    from …
Run Code Online (Sandbox Code Playgroud)

python dll cmd matplotlib python-imaging-library

6
推荐指数
1
解决办法
3万
查看次数

标签 统计

cmd ×1

dll ×1

matplotlib ×1

python ×1

python-imaging-library ×1