Skip to content
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

Failed to install addon #2

Open
Vartkat opened this issue Nov 25, 2020 · 2 comments
Open

Failed to install addon #2

Vartkat opened this issue Nov 25, 2020 · 2 comments

Comments

@Vartkat
Copy link

Vartkat commented Nov 25, 2020

Here is the message I get :
The command '/bin/ash -o pipefail -c apk add --no-cache python3 py3-pip musl && apk add --no-cache --virtual .build-deps build-base python3-dev git libffi-dev openssl-dev && git clone --depth=1 https://github.com/elad-bar/ha-zwave-network.git && cd ha-zwave-network && pip install --no-cache-dir requests asyncws aiofiles flask pyopenssl && mkdir -p /web && find . -print | sed '/.git|Dockerfile/d' | cpio -pvdm / && apk del .build-deps && cd .. && rm -rf /usr/src/ha-zwave-network.git && mkdir /debug' returned a non-zero code: 1

Running on Docker on Ubuntu 20 on Raspberry 4 4Gb
Running Open Zwave

@febalci
Copy link

febalci commented Dec 24, 2020

Ubuntu 20.04 on Intel NUC, same error

@oldnasser
Copy link

This is the error I get when trying to install. This happened after I updated to Supervisor version 2020.12.6 and to Operating System
Home Assistant OS 5.8 and network viewer stopped working.

Failed to install addon

The command '/bin/ash -o pipefail -c apk add --no-cache python3 py3-pip musl && apk add --no-cache --virtual .build-deps build-base python3-dev git libffi-dev openssl-dev && git clone --depth=1 https://github.com/elad-bar/ha-zwave-network.git && cd ha-zwave-network && pip install --no-cache-dir requests asyncws aiofiles flask pyopenssl && mkdir -p /web && find . -print | sed '/.git|Dockerfile/d' | cpio -pvdm / && apk del .build-deps && cd .. && rm -rf /usr/src/ha-zwave-network.git && mkdir /debug' returned a non-zero code: 39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants