Skip to content
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

Closed
str0om opened this issue Feb 10, 2024 · 5 comments

Comments

@str0om
Copy link

str0om commented Feb 10, 2024

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.

@antonijn
Copy link
Owner

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.

@str0om
Copy link
Author

str0om commented Feb 10, 2024

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).

@antonijn
Copy link
Owner

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.

@antonijn
Copy link
Owner

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?

@str0om
Copy link
Author

str0om commented Feb 11, 2024 via email

@str0om str0om closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants