mj@mjUbuntu:~/Documents/libuvc/build$ python3
Python 3.5.2 (default, Nov 17 2016, 17:05:23)
[GCC 5.4.0 20160609] on linux
Type "help", "copyright", "credits" or "license" for more information.
import uvc
Traceback (most recent call last):
File "", line 1, in
ImportError: /usr/local/lib/libuvc.so: undefined symbol: libusb_handle_events_completed
mj@mjUbuntu:~/Documents/libuvc/build$ python3 Python 3.5.2 (default, Nov 17 2016, 17:05:23) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information.
i keep running into this problem any help?