Open Vartkat opened 3 years ago
Ubuntu 20.04 on Intel NUC, same error
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.
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
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