-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue to install add-on #44
Comments
Hi @JeromeH27 - sorry for the delayed response. Holidays. 😄 Can you share your platform? Are you running Home Assistant on a PC, NAS, Pi, etc.? |
Hi ChrisRomp, no issue :o) Home Assistant is running on a laptop, here some informations: feel free if you need more details. |
What CPU? I'll see if I can reproduce your issue. |
And what OS is your host machine? |
OS is Home Assistant OS 14.1, it seems to be based on Alpine Linux 3.21 CPU is a intel x86-64 |
Alright, I've managed to repro this. The important bit was above the error code in the log:
It looks like this It looks like we can clobber this with the I'll do some tests and push an update. |
@JeromeH27 Pull the updated version v1.1.0 in your HA and try the installation again. |
thank to have tried to fix it. I just do a try, I got a similar error: |
I'm gonna need more of the log if you can get it (check supervisor logs), and make sure you're pulling/building v1.1.0. |
In fact I can tell from that command that it's not the updated one. It's missing the new args. |
Oh wait that's failing on the apk command not the pip command. Ok... try and get me more logs and that'll help. Otherwise I have no idea. |
I confirm the try is with version 1.1.0. I just redo a try, here the logs from supervisor: 2025-01-09 09:04:45.643 INFO (MainThread) [supervisor.addons.addon] No 1d2e7f3c_ecowitt-proxy addon Docker image 1d2e7f3c/amd64-addon-ecowitt-proxy found |
Hello,
I got this error during the installation:
Failed to install add-on
The command '/bin/ash -o pipefail -c apk --update --no-cache add python3 py3-pip && pip install --no-cache-dir requests flask' returned a non-zero code: 2
my current configuration is:
Core 2024.12.5
Supervisor 2024.12.0
Operating System 14.1
Frontend 20241127.8
Do you know how I can fix it?
Regards,
JeromeH27
The text was updated successfully, but these errors were encountered: