Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libott and libbezier #1

Open
Huwenbo-git opened this issue Jun 20, 2023 · 2 comments
Open

libott and libbezier #1

Huwenbo-git opened this issue Jun 20, 2023 · 2 comments

Comments

@Huwenbo-git
Copy link

How can I install libott and libbezier packages?

@99Abdel
Copy link

99Abdel commented Jun 27, 2023

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

@JohnTGZ
Copy link

JohnTGZ commented Mar 22, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants