Kinect / PyKinect2

Wrapper to expose Kinect for Windows v2 API in Python
MIT License
496 stars 236 forks source link

Could not find module 'Kinect20' (or one of its dependencies). Try using the full path with constructor syntax #111

Open rblxhue opened 5 months ago

rblxhue commented 5 months ago

from pykinect2 import PyKinectV2, PyKinectRuntime Message=Could not find module 'Kinect20' (or one of its dependencies). Try using the full path with constructor syntax. Source=C:\Users\lucij\Downloads\kinect_python-master\FlapPyKinect.py StackTrace: File "C:\Users\lucij\Downloads\kinect_python-master\FlapPyKinect.py", line 2, in (Current frame) from pykinect2 import PyKinectV2, PyKinectRuntime FileNotFoundError: Could not find module 'Kinect20' (or one of its dependencies). Try using the full path with constructor syntax.