I can see in the Makefile that it should grab all the python dependencies from the requirements file, but for some reason my installation did not seem to use this - it could be that setup_base and setup commands don't have equivalent consequences.
I also had an issue here: https://github.com/Koheron/koheron-sdk/blob/master/Makefile#L192
My system did not have npm installed, maybe they split that out of the nodejs package?
I am maybe on an unsupported OS - building on Ubuntu 24.10 rather than 22.04?
I can see in the Makefile that it should grab all the python dependencies from the requirements file, but for some reason my installation did not seem to use this - it could be that setup_base and setup commands don't have equivalent consequences.
I also had an issue here: https://github.com/Koheron/koheron-sdk/blob/master/Makefile#L192
My system did not have npm installed, maybe they split that out of the nodejs package?
I am maybe on an unsupported OS - building on Ubuntu 24.10 rather than 22.04?