-
Notifications
You must be signed in to change notification settings - Fork 701
Import error: undefined symbol #101
Comments
Any solution of this? |
same here EDIT : it's numpy related. look here : #79 |
@SkanderHannachi these two errors don't appear to me to be directly related. One is regarding an undefined symbol that seems to originate from python-pcl code:
In contrast, #79 is regarding an undefined symbol that seems to originate from some lower-level CPython code:
Can you provide more detail regarding how these two issues are related? |
I ended up finding an astonishing workaround for this issue. When I run So, the build environment is somehow different when invoking gcc and g++ from setup.py, as opposed to invoking gcc and g++ manually from the command line. There are several open issues where other people have similar errors (#63, #101, #119), so I don't think this issue is due to a local build configuration problem on my machine. |
I have installed the python wrapper successfully.
But an error occurs when I import it:
Best Wishes!
The text was updated successfully, but these errors were encountered: