Spacy>=3.8.0 fails to install in ARM64 Docker images with Python base #13728
-
When attempting to install spacy>=3.8.0 in a linux/arm64 Docker environment with a 64-bit Python base image, the installation fails during the build process of the
Error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We previously had our own agents set up that built a wide variety of architectures, but I've had to simplify the setup and now we're only using Github-hosted runners to build the wheels. Github said support for ARM Linux agents would be available for public repos by the end of 2024, but they've moved this back to Q1 2025. Cross-compilation of the wheels isn't viable; it simply takes too long. We'll have wheels up for ARM Linux as soon as the agents are available. In the meantime you'll have to use spaCy versions prior to v3.8. |
Beta Was this translation helpful? Give feedback.
We previously had our own agents set up that built a wide variety of architectures, but I've had to simplify the setup and now we're only using Github-hosted runners to build the wheels.
Github said support for ARM Linux agents would be available for public repos by the end of 2024, but they've moved this back to Q1 2025. Cross-compilation of the wheels isn't viable; it simply takes too long.
We'll have wheels up for ARM Linux as soon as the agents are available. In the meantime you'll have to use spaCy versions prior to v3.8.