-
Notifications
You must be signed in to change notification settings - Fork 115
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
AttributeError: module 'bluezero.async_tools' has no attribute 'EventLoop' #391
Comments
I am not able to reproduce this. I've done a test as the following:
Are you using RPi OS lite or anything like that? |
I'am using Rpi zero w |
Being on a RPi Zero W shouldn't be a problem. Did Should give you somwthing like:
|
You should not need the Apart from that it seems like it might be a RPi setup issue rather than a |
By the way I'am using OS Lite is that a problem ? |
Not a problem, no. I haven't stayed up to date with the changes on OS Lite, but there has historically been some extra steps that are needed. e.g. https://raspberrypi.stackexchange.com/a/116843/121848 The most worrying of what you've shown is the The issues you have are system specific and seem to be a result of you customising your system. This means it is not Bluezero specific and are difficult to diagnose without access to your system. I think this means it is going to be difficult for me to help you. |
Thanks for letting me know the update. Good news. I'll go ahead and close this. |
When I try to run cpu_temperature.py I get this error message
Traceback (most recent call last):
File "/home/pi/deneme.py", line 68, in
main(list(adapter.Adapter.available())[0].address)
File "/home/pi/.local/lib/python3.9/site-packages/bluezero/adapter.py", line 55, in available
yield Adapter(adapter['Address'])
File "/home/pi/.local/lib/python3.9/site-packages/bluezero/adapter.py", line 86, in init
self.mainloop = async_tools.EventLoop()
AttributeError: module 'bluezero.async_tools' has no attribute 'EventLoop'
The text was updated successfully, but these errors were encountered: