diyHue Add on not installing

Hey all, so I am trying to install the diyHue addon, but I keep getting an error on install (see below). I have done some searching around and the handful of thread I can find that mention this issue offered no solution. Is this something anyone else is dealing with? Any ideas what might be going on here? Thanks!

Failed to install add-on

The command ‘/bin/bash -o pipefail -c apk --no-cache add --virtual build-deps gcc git make musl-dev && git clone GitHub - wolfcw/libfaketime: libfaketime modifies the system time for a single application && cd libfaketime && make && mv src/.so /lib && mv src/faketime /bin && cd - && rm -rf libfaketime && apk del build-deps’ returned a non-zero code: 2

It’s the same for me.

Also struggling to install the add-on. I’m getting the following:

Failed to install add-on

The command ‘/bin/bash -o pipefail -c mv /diyhue/BridgeEmulator/web-ui/ ./web-ui/’ returned a non-zero code: 1

I arrived on this forum to understand why an add-on I wrote which worked perfectly in the past, now cannot be installed with the message:
Failed to install add-on
The command ‘/bin/ash -o pipefail -c pip3 install --upgrade pip’ returned a non-zero code: 1

I suppose something has been changed in the rules for writing add-ons.
I hope some of you can provide a solution for this.
Thank you very much in advance…