Hi. Basically, INSTALL.sh checks for the python version expecting Python 3, but it calls the python command.
On modern systems (like Ubuntu 22.04/24.04), the python command is often missing by default, and Python 3 is accessed via python3. Is it possible to update the script to handle this?
And thanks for creating this program!