-
Notifications
You must be signed in to change notification settings - Fork 347
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
[BUG] Problem Building Python Bindings #156
Comments
Any updates on the issue? I would love to help if I can |
I have the same issue, did you resolve it? |
@EdoardoPassera can you try the latest develop branch? Thanks |
I still get the same error. |
me too, did any handsome guy solved this problems? |
I have met same problem under Window 10 MinGW toolchain. Here's some steps I took to make it work.
|
Describe the bug
Following the minimal python readme steps exactly, I'm getting the following error when trying to run the example:
I've built the c++ version and it works fine on the example, and in the output after
cmake ...
I see that python bindings have been built:I've also read the previous related issues #131 and #92
Installed Dependencies
Ubuntu 20.04
cmake version 3.16.3
conda 4.13.0
To Reproduce
Execute the commands
The text was updated successfully, but these errors were encountered: