我正在尝试运行我的 Python 程序,这些是我要导入的模块:
\n\n\nfrom tkinter import *\nfrom functools 导入部分
\n
\nimport numpy as np import\nmatplotlib matplotlib.use("TkAgg")
\nfrom matplotlib.figure 导入图\nfrom matplotlib.backends.backend_tkagg\nimport FigureCanvasTkAgg, NavigationToolbar2Tk
我总是收到以下错误消息:
\nC:\\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)