-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Runtime error when importing boost #1235
Comments
Context, please? |
I'm on mac, not using anaconda, not using CUDA (I set CPU_ONLY=1 in the Makefile.config). |
I saw this error and it was because I had my PYTHON_LIB set wrong in my Makefile.config It should be where your libpython is, in my case for the homebrew python it was |
Thank you, @leonardt that fixed it! |
I used boost 1.55 (rather than 1.56) to fix compilation errors, but I still get the following runtime error. What can I try to fix it?
I followed the advice of https://github.com/Homebrew/homebrew/wiki/Common-Issues (in the segfaut section) with no luck.
The text was updated successfully, but these errors were encountered: