-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to finish homeassistant init process #41
Comments
The scrript installs, cryptography, pyopenssl with opkg in the beginning of the script. |
I use the default script without custom components:
|
I see. Yes, aioesphomeapi needs to be patched. You can remove versions to UPD: the script is updated, you can just rerun it |
I'm encountering this same issue where upon reaching this onboarding webpage, the process immediately crashes with the exact same error. The home-assistant.log.fault file shows this after the process crash:
A little googling showed that the illegal instruction fault could be due to missing instructions from the cpu, which appears to have already been resolved: My install shows no dependency errors but here were the versions of the above packages installed from the script for me: |
It looks like numpy built for you arch requires some newer instructions. It is required for the base camera integration, but is not for general use. For some architectures it is missing and it works without it. As a solution, you can try uninstalling python3-numpy, removing line 155 from the script that installs it and run the script again. Or apply line 534 for your installed hass, but with modified paths |
Fresh install on openwrt 23.05 X86_64
the install script finished with 3 dependances ERROR:
resolve it by
pip install pyopenssl==24.0.0 cryptography==42.0.2 chacha20poly1305-reuseable==0.12.1
Start the service:
/etc/init.d/homeassistant start
the init process crash when reaching the data collection page:
the ha service will stop and logs shows nothing related to the crash:
2024-02-15 12:58:37.952 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=4 from 2024-02-15 04:49:14.879923)
The text was updated successfully, but these errors were encountered: