I have attempted to install and whilst i've been able to solve for the Cmake not found issues, I cannot work out what this error is being triggered by while attempting to install using PIP.
subprocess.CalledProcessError: Command 'cmake ..; make -j' returned non-zero exit status 1.
System: Win11 using Git Bash
$ cmake --version cmake version 3.29.0-rc2
$ make --version GNU Make 4.4.1
$ python --version Python 3.12.1
$ pip -V pip 24.0