-
Notifications
You must be signed in to change notification settings - Fork 0
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
no matching manifest for linux/arm/v6 or /v7 in the manifest list entries (Raspberry Pi zero 2 W and Pi B) #2
Comments
These are some old models! These aren't in the automated builds yet, I'll add them and let you know. I don't have those models, so please do let me know if it works. |
just trying now (18:02 CET), same message for the piB: no matching manifest ...../v6 in the manifest list entries (piB is old indeed, but the pi zero 2 W is quite recent, using piB to read P1 smartmeter until now with Domoticz, but would like to try HA). |
Yes, sorry! I'll let you know when I get the build working. It's not as trivial as I initially thought, but hopefully I'll have something by tomorrow. |
An armv7 version is now available for tag v0.9.4. Unfortunately, for armv6 I'm running into the following bug: PyO3/pyo3#3614 It's fixed upstream (PyO3/pyo3#3619) but I suppose it will take a while before it gets into the cryptography package. Until then, an armv6 build is unfortunately off the table... I'll make sure to add it to the readme. I do wonder why your Pi Zero 2 W reported problems initially, since its hardware definitely supports arm64, for which builds are available (I'm using them myself). Have you installed a 32 bit OS on it? |
Thank you! Yes, running 32bit on the pi zero, I was able to get the docker
image running this morning.
Now I need to find out how to see the output in home assistent.
Op zo 11 feb 2024 om 01:21 schreef antonijn ***@***.***>:
… An armv7 version is now available for tag v0.9.4. Unfortunately, for armv6
I'm running into the following bug: PyO3/pyo3#3614
<PyO3/pyo3#3614>
It's fixed upstream (PyO3/pyo3#3619
<PyO3/pyo3#3619>) but I suppose it will take a
while before it gets into the cryptography package. Until then, an armv6
build is unfortunately off the table... I'll make sure to add it to the
readme.
I do wonder why your Pi Zero 2 W reported problems initially, since its
hardware definitely supports arm64, for which builds are available (I'm
using them myself). Have you installed a 32 bit OS on it?
—
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BGB2QFWDXNSMGZQV7YLACN3YTAFJRAVCNFSM6AAAAABDCVCIFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXGM3DONBRHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
When I pull the image with docker-compose it gives: "no matching manifest for linux/arm/v6 (or v7) in the manifest list entries".
I tried on Raspberry Pi zero 2 W and Pi B models.
Does it mean it will not work with these raspberry Pi models?
If so, maybe specify the hardware requirements in the readme.
The text was updated successfully, but these errors were encountered: