sjthespian / addon-zwave-network-viewer

An Home Assistant addon for the Z-Wave Network Viewer application
MIT License
2 stars 0 forks source link

Failed to install addon #2

Open Vartkat opened 3 years ago

Vartkat commented 3 years ago

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 commented 3 years ago

Ubuntu 20.04 on Intel NUC, same error

oldnasser commented 3 years ago

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