Replies: 2 comments 10 replies
-
Maybe Bluetooth is turned off on that machine? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Try Python 3.8. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I'm running the scanning example on a Windows machine.
However, it does not discover any devices.
What I Did
Installed bleak with
pip install bleak
.Running the example from both VSCode and command prompt. (Different command to enable logging)
I've tried with
$env:BLEAK_LOGGING=1
and alsologging.basicConfig(level=logging.DEBUG)
but I don't see any logging.The only output is
DEBUG:asyncio:Using proactor: IocpProactor
It runs on another machine, so I'm thinking there is something related to the installation?
Unfortunately, I did not do the installation on the other machine.
Any help would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions