-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing PyKinectV2 throws ImportError("Wrong version") #88
Comments
Try this solution to see if it fixes it: |
@KonstantinosAng It does not. |
You can always go to venv\lib\site-packages\comtypes_init_.py in line 29 and delete the if statement to see if it works. |
@ViTrack it appears to be an issue with the comtypes version try: Hope it helps |
i have also met the problem. after try #37 the problem still exist. but i find that reboot solve my probelm. |
It works! |
When I try to import PyKinectV2 from pykinect2, it comes back with this:
The text was updated successfully, but these errors were encountered: