-
Notifications
You must be signed in to change notification settings - Fork 1
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
Docker image build #12
Comments
After #13 and #14, we add to the bug list:
Same cause Cargo, the Rust package manager, is not installed or is not on PATH.
This package requires Rust and Cargo to compile extensions. Install it through
the system's package manager or via https://rustup.rs/
Checking for Rust toolchain.... We think that this is because we have no wheel for theses platforms for our dependances.
|
Currently we only build docker images for:
Reason: Those are common platforms and wheels are available, so it's easy to build. We are planning to add more platforms in the future (see https://github.com/python-cffi/cffi which should have arm64 wheels for the next release). |
Now building images for arm64 🎉 |
Close the issue for now |
Docker image cant build currently:
Causes:
The text was updated successfully, but these errors were encountered: