OpenKinect / libfreenect

Drivers and libraries for the Xbox Kinect device on Windows, Linux, and OS X
http://openkinect.org
3.59k stars 1.15k forks source link

No module found named FREENECT #582

Open ghost opened 5 years ago

ghost commented 5 years ago

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'

libasoles commented 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.

ghost commented 5 years ago

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?

piedar commented 5 years ago

Another user reported that removing this line of code fixes the problem with LIBUSB_ERROR_IO. Maybe that will help you too.