We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi I tried to run one of python examples and i get this:
yotam-azriels-MacBook-Pro:python yotamazriel$ python demo_cv_async.py Traceback (most recent call last): File "demo_cv_async.py", line 2, in import freenect ImportError: dlopen(/Users/yotamazriel/libfreenect/wrappers/python/freenect.so, 2): Symbol not found: _libusb_get_parent Referenced from: /usr/local/lib/libfreenect.0.5.dylib Expected in: /usr/local/lib/libusb-1.0.0.dylib in /usr/local/lib/libfreenect.0.5.dylib
Someone any idea ??
libusb-1.0.19 already installed
Thanks for any help!!
The text was updated successfully, but these errors were encountered:
yotam-azriels-MacBook-Pro:python yotamazriel$ brew libusb Warning: libusb-1.0.19 already installed, it's just not linked :((
Sorry, something went wrong.
No branches or pull requests
hi I tried to run one of python examples and i get this:
yotam-azriels-MacBook-Pro:python yotamazriel$ python demo_cv_async.py
Traceback (most recent call last):
File "demo_cv_async.py", line 2, in
import freenect
ImportError: dlopen(/Users/yotamazriel/libfreenect/wrappers/python/freenect.so, 2): Symbol not found: _libusb_get_parent
Referenced from: /usr/local/lib/libfreenect.0.5.dylib
Expected in: /usr/local/lib/libusb-1.0.0.dylib
in /usr/local/lib/libfreenect.0.5.dylib
Someone any idea ??
libusb-1.0.19 already installed
Thanks for any help!!
The text was updated successfully, but these errors were encountered: