-
Notifications
You must be signed in to change notification settings - Fork 13
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
_pyfreenect2.so: undefined symbol: _ZN12libfreenect29Freenect2D1Ev #9
Comments
Any results on this??? Have the same problem myself! |
Where did the installer write your libfreenect2.so file to? Or does the installer instead only write out a libfreenect2-0.0.0-py2.7.linux-x86_64.egg file? |
@m1lhaus ,I have the similar problem as you .Have you solved the issue? |
@Myzhencai No, I ended up using C++ library. But from error name, I would recommend you check you _pyfreenect2.so library for getSPFrameMapFromFrameMap symbol name (just use whatever highperformace text editor you have - not gedit :D). Maybe method fingerprint changed or wrong binary version you are using. |
@m1lhaus I will try it ,many thanks .Have a nice day |
Today I downloaded and built fresh libfreenect2 and this Python wrapper. I managed to compile and install libraries (libfreenect2 works). To install pyfreenect I had to modify setup.py like this:
But when I want run pyfreenect2, I am getting this error:
Any ideas? Thanks
The text was updated successfully, but these errors were encountered: