Rudolf Hornig

Results 74 comments of Rudolf Hornig

Indeed, we will update the install guide, but `install.sh` just executes what is written down in the guide. You probably missed this part and that caused the issue: > Restart...

Ok, long story short, there is an error in the dependencies (on debian/ubuntu). You need `python3-dev` instead of `libpython3-dev` because the later does not contain the python3-config tool.

Indeed, the python binding was using static linking with libstdc++, and the static lib dev package was not documented as a dependency. Using static linking is a bad idea anyway,...