Open ghost opened 5 years ago
Check you python version. maybe you installed freenect for python2 instead of python3. That happens when you have pip and pip3, and pip refers to python2.
Quick check: pip --version
If you think this has to do with that, please post your commands (the ones you used to install the modules) so we can check them.
I think it's the problem with my 1473 model. " Failed to set the LED of K4W or 1473 device: LIBUSB_ERROR_IO " I'm always getting this error? Can I able to use this model for Gaze detection?
Another user reported that removing this line of code fixes the problem with LIBUSB_ERROR_IO
. Maybe that will help you too.
jithendra@kaneki:~/libfreenect-master/wrappers/python$ python kinect_test.py
Traceback (most recent call last): File "kinect_test.py", line 2, in
import freenect
ModuleNotFoundError: No module named 'freenect'