Check the machine
The script refuses to run as root and stops early if
python3 is missing or older than 3.12. Nothing is
written before those two checks pass.
macOS without 3.12: brew install python@3.12
$ python3 -c "import sys; print(sys.version)" 3.12.4 (main) [clang]