-
Notifications
You must be signed in to change notification settings - Fork 304
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
Syntax error on Raspberry Pi #50
Comments
It is due to the fact the python 3.5 does not have the f-string formatting used in bleak, which is a python >= 3.6 package. I thought all platforms that had BlueZ version capable of running bleak had 3.6 as default. Check what BlueZ version you have and see if that matches reqs in Readme also. It might be able to relax the 3.6 limit to 3.5, but I have to check through the code first. |
Hi, |
Did a brief check through the code and changed the only 3.6-specific things I found. Uploaded v0.2.2 to PyPI just now, so try it out and see if it performs better. |
Discover is working now !, Stort tack från en dalslänning.
|
Corrected in version 0.2.2 (c1f6581). |
Description
Trying to run the discovery example from usage section in the documentation in a virtualenv on a raspberry pi with default python 3.5.3 installed.
What I Did
Saved the discovery code from the docs to
discover.py
The text was updated successfully, but these errors were encountered: