Open regulad opened 3 years ago
Issues that don't provide the information requested in the troubleshooting docs may not get a reply and may be closed until the info is provided. Please, include as much of the requested info as possible so that I can replicate and investigate your issue.
When pasting in your config/code/errors always place 3 backticks ```
above the first line and after the last line. Doing this will format it correctly.
I am getting the exact same error trying to install both manually and from HACS. I am running HA inside Docker on a Synology NAS.
This seems to be an issue with running HA in a container.
I was able to resolve this by connecting to the container then installing build-base
and python3-dev
.
Could probably ask Linux.io to add them to the image but not sure how responsive they are to requests like that.
This seems to be an issue with running HA in a container. I was able to resolve this by connecting to the container then installing
build-base
andpython3-dev
. Could probably ask Linux.io to add them to the image but not sure how responsive they are to requests like that.
Please are you able to share the exact commands you used.
This seems to be an issue with running HA in a container. I was able to resolve this by connecting to the container then installing
build-base
andpython3-dev
. Could probably ask Linux.io to add them to the image but not sure how responsive they are to requests like that.Please are you able to share the exact commands you used.
It's going to depend on the name for your container but it'll be something like:
_docker exec -it {name_of_container_withoutbraces} /bin/bash
Then:
apk add python3-dev build-base
When attempting to setup the configuration of Plex Assistant after installing it via HACS, the integration is unable to load the configuration flow after encountering an error with a dependency.