【发布时间】:2021-05-17 06:25:27
【问题描述】:
我想创建我的程序的可执行文件。我已经安装了 nuitka 并且只是在命令提示符下写了 Nuitka My_Program.py 。所以,我创建了我的可执行文件。当我在命令提示符My_Program.exe 中写入时,它成功运行。另一方面,当我想通过单击它来运行它时,我遇到了这个错误:
numpy\__init__.py:140: 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
from . import _distributor_init
我该如何改进它?谢谢!
【问题讨论】:
标签: python numpy executable intel-mkl nuitka