Kinect / PyKinect2

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

unknown encoding #57

Closed aegorfk closed 6 years ago

aegorfk commented 6 years ago

Whole running import lines right after installation:

from pykinect2 import PyKinectV2
from pykinect2.PyKinectV2 import *
from pykinect2 import PyKinectRuntime

I got: File "", line unknown SyntaxError: unknown encoding for '....../lib/python3.5/site-packages/pykinect2/PyKinectV2.py': mbcs

I tried even manually rewrite the file, but did not help. Any ideas?

aegorfk commented 6 years ago

Actually, it happened because this package is so Windows-based systems, not Unix. I understood. Solved

navinthenapster commented 6 years ago

how can I make it available for Linux based systems. Any idea

aegorfk commented 6 years ago

@navinthenapster I used pylibfreenect2 package for Mac integration. You can see it here: https://github.com/aegorfk/Mask_RCNN/blob/master/Kinect_streaming_segmentation.ipynb