You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same problem during the run of the example.
The interpreter does not find the libott module. definetly that is not its name for installation bcs i cant find even online repositories
I believe the issue might be because the pybind11 package is binding to the wrong python interpreter which can be rectified by pointing to the right interpretor when doing your cmake configuration:
cmake .. -DPYTHON_EXECUTABLE=$PATH_TO_PYTHON_EXEC
The packages should already be available from building the source code
How can I install libott and libbezier packages?
The text was updated successfully, but these errors were encountered: