-
Notifications
You must be signed in to change notification settings - Fork 7
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
Install fails on RPi4 #6
Comments
This might be related to the fact that I'm using x86 base image for this container: homeassistant/amd64-base-ubuntu:18.04 I'll need to think of a way to make this platform independent... Will try building it on one of my raspberries. |
d44241f3_coral-api - odroid n2+ |
It probably has something to do with python 3.9 deprecation that has been announced in 2023.02. This addon uses an older version of I won't have time to look at it before Thursday however. So if anyone wants to have a look - please do. |
Mitigating failed builds on 18.04 reported in #6
Please try now. I was able to build it on my radxa rock 5b, looks like bumping the base image to Ubuntu 20.04 LTS solved it. I haven't done proper testing, though - did what I could from a cell phone while waiting at the gate. |
Confirmed working and bumped the release version up: 3644ce7 |
System:
Home Assistant 2022.7.7
Supervisor 2022.07.0
Operating System 8.4
Frontend 20220707.1 - latest
This message pops up after a few seconds when attempting to install:
failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown
Log:
Failed to to call /addons/d44241f3_coral-api/install - failed to create shim: OCI runtime create failed: runc create failed: unable to start container process: exec: "/bin/bash": stat /bin/bash: no such file or directory: unknown
The text was updated successfully, but these errors were encountered: