News

from Nuitka (User Manual) I have used a sample just to give it a try. The problem is that I get an error ModuleNotFoundError: No module named 'math'. I don't know why ...
Hi, I use the following dockerfile to create a docker image. FROM amazonlinux:2 USER root ENV HOME="/root" WORKDIR / ENTRYPOINT [] CMD ["/bin/bash"] # Install ...