We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Python wrappers fail to compile for me. It looks like the api was changed but the Python wrapper has not been updated to take account of it:
https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/include/mynteye/api/api.h#L98 vs. https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/wrappers/python/src/mynteye_py.cc#L113
The text was updated successfully, but these errors were encountered:
Hi, I think you're right and python wrapper doesn't update after v2.0, we'll support python api later.
Sorry, something went wrong.
Desperately in need of a fix for the python wrapper compilation; spent hours on it but could not compile, had the same problem.
Nudge.
https://github.com/alter-sachin/MYNT-EYE-S-SDK
I have been able to make the wrapper working for python3 . please use if helpful.
No branches or pull requests
The Python wrappers fail to compile for me.
It looks like the api was changed but the Python wrapper has not been updated to take account of it:
https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/include/mynteye/api/api.h#L98
vs.
https://github.com/slightech/MYNT-EYE-S-SDK/blob/master/wrappers/python/src/mynteye_py.cc#L113
The text was updated successfully, but these errors were encountered: