You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 usingdocker buildx
. However, the same passes when installed usingdocker build
on a separate arm machine. This is similar to here: run-llama/llama_index#583Will 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
The text was updated successfully, but these errors were encountered: