Hi, I'm trying to use powermon-cli, but running pip install powermon[ble] gives me an error: ERROR: Failed building wheel for dbus-fast
I'm using a raspberry pi with raspbian to do so. From what I could investigate, it seems like dbus-fast version being installed is 1.95.2. I'm not sure, but I think there's a problem with this older version, since pip install dbus-fast==1.95.2 also gives me this error.
If I just pip install dbus-fast, it works (I'm actually running everything with --break-system-packages)