I am trying to use M5Burner (version 2.3.0) on Mac OS Monterey (version 12.3.1) to burn the UIFlow firmware to my M5Stack BASIC. The firmware downloads successfully, but when I click 'Burn' or 'Configuration' I receive the following JavaScript error:
Uncaught Exception:
Error: spawn python ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
at onErrorNT (internal/child_process.js:456:16)
at processTicksAndRejections (internal/process/task_queues.js:80:21)
I have installed the latest Silicon Labs VCP driver.
I have tried suggestions to ensure Python is installed correctly and any python
alias to python3
is specified in my .zshrc
file, but nothing works. My Python version, incidentally, is 3.8.9.
Is there a way around this problem? Thank you in advance.