我想创建我的程序的可执行文件。我已经安装了 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
我怎样才能改进它?谢谢!