the function will attempt to install the missing package. This patch works for Python scripts run on the command line as well as the interactive interpreter. When running a script with a missing ...
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 ...