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

🐛[BUG]: Numcodecs (zarr) install fails during docker buildx for ARM #175

Closed
ktangsali opened this issue Sep 28, 2023 · 0 comments
Closed
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@ktangsali
Copy link
Collaborator

ktangsali commented Sep 28, 2023

Version

0.3.0

On which installation method(s) does this occur?

Docker

Describe the issue

The pip install numcodecs fails for the arm arch when building using docker buildx. However, the same passes when installed using docker build on a separate arm machine. This is similar to here: run-llama/llama_index#583

Will need more debugging to identify what causes the exact issue (might be something with setuptools/python/buildx) but a workaround can be using conda install or using a pre-built wheel for arm.

The numcodecs team has also made some improvements to the arm support and hopefully this becomes available in the latest release of numcodec. Ref: zarr-developers/numcodecs#437, zarr-developers/numcodecs#428

Minimum reproducible example

No response

Relevant log output

No response

Environment details

No response

@ktangsali ktangsali added bug Something isn't working ? - Needs Triage Need team to review and classify labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant