-
-
Notifications
You must be signed in to change notification settings - Fork 561
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
installiation problems #130
Comments
On Rpi3 I think you need to install |
At Debian Jessie installing "python3-cffi-backend" solves the "No module named '_cffi_backend'" import error for me. |
Ok, @g3d12 can you confirm and close the issue if it's solved with that? The second error is due to missing typing module (as it is in the standard library only starting from 3.5), although it should be installed automatically as a dependency. |
Thanks, given answers let me install and use python-miio. I had to install some of the modules manually but its OK. Apart from this I'm really missing json to operate with different programs and scripts :) |
Mind noting down which modules were necessary so that we can update the documentation? The JSON support is tracked in #98, although depending on your use-case it may be easier just to create a separate script using this library which outputs the wanted information in JSON. |
Hi installation proccess and installed all required componets but running from the line: mirobo --help I get on Rpi3:
and on other RPI model A:
Please help me launching it on one of those Rpi's
The text was updated successfully, but these errors were encountered: