0

我想创建我的程序的可执行文件。我已经安装了 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

我怎样才能改进它?谢谢!

4

1 回答 1

0

看看这些网站,看看它是否对你有帮助。

https://github.com/numpy/numpy/issues/15590

https://community.powerbi.com/t5/Desktop/Can-not-run-Python-script-in-powerbi-desktop/mp/1340532#M577363

于 2021-05-17T06:51:24.837 回答