openlumi / homeassistant_on_openwrt

Install Home Assistant on your OpenWrt device with a single command
MIT License
157 stars 43 forks source link

Errors when installing #16

Closed serpro closed 2 years ago

serpro commented 2 years ago

Collected errors:

image

devbis commented 2 years ago

The dependency has been missed in OpenWrt builds: https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9_neon/packages/

Maybe you could try to install ipk from neighbor architecture https://downloads.openwrt.org/releases/21.02.3/packages/arm_cortex-a9/packages/

or wait until packages are rebuilt by OpenWrt core team

serpro commented 2 years ago

Thanks @devbis! I don't know how to install the ipk.. Is this the way of doing it? https://wiki.dd-wrt.com/wiki/index.php/Using_ipkg_to_install_OpenWRT_packages I tried that but I don't have jiffs nor I know how to install it

devbis commented 2 years ago

I guess it is better to wait for the OpenWrt team to fix dependencies for pyopenssl or add python3-cryptography back.

devbis commented 2 years ago

An update: build log from openwrt https://downloads.openwrt.org/releases/faillogs-22.03/arm_cortex-a9_neon/packages/python-cryptography/compile.txt

Cryptography fails to compile.

devbis commented 2 years ago

Here is the merged fix. https://github.com/openwrt/packages/pull/18887 Waiting for the package to be built.

serpro commented 2 years ago

Thank you! How do I update to the latest version?

devbis commented 2 years ago

The file is compiled and is located in feeds. To update just run the script once again.