allangood / rtlamr2mqtt

Docker container to send rtlamr readings to a mqtt broker
MIT License
326 stars 51 forks source link

Unable to install from HACS #220

Closed justin654 closed 10 months ago

justin654 commented 10 months ago

I've reset my HA installation on a NUC, however I am unable to install this add on. I get an error message. Everything else has installed without a hitch. Anyone have any suggestions?

Issue occuring on Home Assistant version 2023.11.3, also on 2023.12.0

Failed to install add-on The command '/bin/sh -c go install github.com/bemasher/rtlamr@latest && apt-get update && apt-get install -y libusb-1.0-0-dev build-essential git cmake && git clone git://git.osmocom.org/rtl-sdr.git && cd rtl-sdr && mkdir build && cd build && cmake .. -DDETACH_KERNEL_DRIVER=ON -DENABLE_ZEROCOPY=ON -Wno-dev && make && make install' returned a non-zero code: 128

4krish commented 10 months ago

I too have the same issue when trying to install on a RPi 4, but going through the add-on store after adding the repository.

justin654 commented 10 months ago

@allangood Any chance you have this issue on your radar already?

justin654 commented 10 months ago

I too have the same issue when trying to install on a RPi 4, but going through the add-on store after adding the repository.

If you are still having this issue, you can give this change a shot #221 it resolved the issue for me.

MikeDembek commented 10 months ago

I'm seeing this issue as well, running HA 2023.12.0

justin654 commented 10 months ago

I'm seeing this issue as well

Try giving the fix I posted above, worked for me. #221

allangood commented 10 months ago

221 was merged. Thank you @justin654 for your submission!

MikeDembek commented 10 months ago

That sorted it for me as well - thanks!

allangood commented 10 months ago

Awesome! Let's close this issue then! Thank you for all your reports and feedback!