-
Notifications
You must be signed in to change notification settings - Fork 38
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
Removing the aarch64 support broke pip install on docker builds with mac silicone #117
Comments
This works:
|
Some other packages have already updated dependencies to blis>=1.2.0 such as coqui-ai's TTS. Need to fix this docker build issue asap. |
This is causing issues for blis 1.1.0 installs as well. I have a However, when attempting to install (either with pip, uv, or poetry), the installer attempts to build
This has completely broken our build toolchain and we cannot reproduce builds from 2 weeks ago, with |
This probably blocks anyone trying to install #116 has a good amount of explanation for the error we're all running into, but tl;dr it's because
This is not easily resolvable for users because these are build requirements, for which pip, uv, and Poetry use completely separate isolated environments; i.e. one cannot simply pre-install |
Capping spacy to |
You can constrain the build requirements when building with |
The following will fail. I am on apple m3 apple silicone mac os 14.6. Docker version 4.37.2 (179585)
docker run -it python:3.12-slim sh
pip wheel --no-cache-dir --use-pep517 "blis (==1.2.0)"
Removing the aarch64 support broke docker builds on mac
The text was updated successfully, but these errors were encountered: