-
Notifications
You must be signed in to change notification settings - Fork 73
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
import * error after make install sucessfully #84
Comments
I am having a similar issue with a library that uses Boost.NumPy.
|
These are standard linker error messages, and it's hard to debug them without knowing how you've built things and set up your environment in detail. In particular, please make sure that I should add that if you're using Boost.NumPy directly, you're better off switching from that standalone package to the NumPy support (with essentially the same APIs, at least originally) that is included directly in more recent versions of Boost.Python. That won't work if you're using it through |
@sashaiw Is the problem solved? I have exactly the same error. Many thanks in advance:) |
.so: undefined symbol: _ZN5boost6python9converter21object_manager_traitsINS_5numpy7ndarrayEE10get_pytypeEv
The text was updated successfully, but these errors were encountered: