C:\work\test\2>python -m nuitka 1.py
Nuitka-Options:INFO: Used command line options: 1.py
Nuitka-Options:WARNING: You did not specify to follow or include anything but main program. Check options and make sure that is intended.
Nuitka:INFO: Starting Python compilation with Nuitka '1.4.7' on Python '3.10' commercial grade 'not installed'.
Nuitka:INFO: Completed Python level compilation and optimization.
Nuitka:INFO: Generating source code for C backend compiler.
Nuitka:INFO: Running data composer tool for optimal constant value handling.
Nuitka:INFO: Running C compilation via Scons.
Nuitka-Scons:INFO: Backend C compiler: gcc (gcc).
Nuitka-Scons:INFO: Backend linking program with 6 files (no progress information available).
c:/work/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:\Users\Rimush\AppData\Local\Temp\ccGg5Cla.ltrans0.ltrans.o: No such file or directory
c:/work/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:\Users\Rimush\AppData\Local\Temp\ccGg5Cla.ltrans1.ltrans.o: No such file or directory
c:/work/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:\Users\Rimush\AppData\Local\Temp\ccGg5Cla.ltrans2.ltrans.o: No such file or directory
c:/work/tools/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/11.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find C:\Users\Rimush\AppData\Local\Temp\ccGg5Cla.ltrans3.ltrans.o: No such file or directory
collect2.exe: error: ld returned 1 exit status
scons: *** [C:\work\test\2\1.exe] Error 1
print('Hello World!')
Из-за чего возникает ошибка при компиляции с помощью Nuitka?
C:\Users\Rimush\AppData\Local\Temp\ccGg5Cla.ltrans0.ltrans.o
Nuitka-Options:WARNING: You did not specify to follow or include anything but main program. Check options and make sure that is intended.