Closed alexvillehart closed 3 years ago
Looks like you are missing some build tools.
Are you using the official docker image from HA?
Try installing the build tools manually inside the docker container.
apt install make bluetooth libbluetooth
And maybe you can check if https://www.home-assistant.io/integrations/bluetooth_tracker/ installs. Uses also bluepy
I am using the official image. bluetooth_tracker also fails to install. I guess this is a HA issue instead of a component specific. apt is not installed on the container so I tried apk add make and still no effort.
Performing apk add build-base
fixed this issue on my side and allowed me to install bluepy manually, everything is working now.
Running hassio core-2021.7.1. in a docker container, after updating to 2021.7. the addon fails to load.
Error generated by setup.py
Setup failed for awox: Requirements for awox not found: ['bluepy>=1.3.0'].
And traces back to util/package.py
Tried downgrading awox to 0.0.4 with no success so I'm guessing it's an issue with the latest version(?). Debug provides no additional log output.