linuxserver/docker-homeassistant

HA docker fails installing python-eq3bt due to failing bluepy installation

Kugeleis opened this issue · 3 comments

linuxserver.io


Expected Behavior

python-eq3bt installs pulling required dependencies

Current Behavior

"Unable to install package python-eq3bt==0.1.11" - in the logs

Steps to Reproduce

  1. run latest ha docker stable (as of now 2022.7.6)
  2. add eq3bt integration
  3. restart HA - will fail with the error mentioned above

Environment

**OS: Ubuntu Server 22
CPU architecture: x86_64
How docker service was installed:
ghcr.io/home-assistant/home-assistant:stable

Command used to create docker container (run/create/compose/screenshot)

composer file:

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "[ghcr.io/home-assistant/home-assistant:stable](http://ghcr.io/home-assistant/home-assistant:stable)"
    volumes:
      - /root/docker-home-assistant:/config
      - /etc/localtime:/etc/localtime:ro
    restart: unless-stopped
    privileged: true
    network_mode: host

Docker logs

_homeassistant_logs.txt

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

You're not using our container

Thanks for the advice. I found an open issue on the other image. I guess your image suffers this breaking change, too.