openlumi / homeassistant_on_openwrt

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

gdbm install fail #9

Closed EricNg8801 closed 2 years ago

EricNg8801 commented 2 years ago

error with running the sh file. 1,sum mismatch ,I have to install every python3-XXX.ipk with --force-check, 2,no package named python3-gdbm

devbis commented 2 years ago

What OpenWrt version do you have? What device do you have? Can you share log output on pastebin.com or so?

python3-gdbm is removed from the master branch of OpenWrt, after 21.02 and there is a workaround for it in the script.

EricNg8801 commented 2 years ago

What OpenWrt version do you have? What device do you have? Can you share log output on pastebin.com or so?

python3-gdbm is removed from the master branch of OpenWrt, after 21.02 and there is a workaround for it in the script.

hey there, I reset my VMware and try to install it , the new error is :

Collected errors:

my openwrt info:

Linux version 5.4.140 (runner@fv-az199-487) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r0-f27a174)) #0 SMP Thu Aug 19 17:36:28 2021 Screenshot 2021-09-07 171609

EricNg8801 commented 2 years ago

Run opkg --force-overwrite install python3-dbm successfully but new error like this:

WARNING: Discarding https://github.com/zigpy/zigpy-zigate/archive/8772221faa7dfbcd31a3bba6e548c356af9faa0c.zip. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

devbis commented 2 years ago

You may comment out zigbee installation as it is used in openlumi gateway and your setup is different.

EricNg8801 commented 2 years ago

You may comment out zigbee installation as it is used in openlumi gateway and your setup is different.

always show me the same tip in every step :-(, I turned into docker and install successfully, thx. anyway