Kinect / PyKinect2

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

Kinectv2 and python #103

Closed ghost closed 1 year ago

ghost commented 1 year ago

Good day, I am new to using the kinect v2 device and am having an issue getting the pykinect2 library to work with python 3.7. I managed to get it working with python 3.6.13 but I would like to use it alongside tensorflow and tensorflow is only compatible with python 3.7 - 3.10. When I tried it with python 3.7.3 I keep getting a wrong version error even after I changed comtypes to version 1.1.4 . I would really appreciate any help on this. Thank you in advanced.