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

Support of Linux ARM64 architectures #1552

Open
Kayne88 opened this issue Mar 19, 2024 · 1 comment
Open

Support of Linux ARM64 architectures #1552

Kayne88 opened this issue Mar 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Kayne88
Copy link

Kayne88 commented Mar 19, 2024

Feature Request

I am running a AWS EC2 VM with Ubuntu and ARM64 architecture. Is it possible to support this architecture as well?

Cheers

@Kayne88 Kayne88 added the enhancement New feature or request label Mar 19, 2024
@cjdsellers
Copy link
Member

Hi @Kayne88

The docker --platform option may get you by here, e.g.

docker pull ghcr.io/nautechsystems/<image_variant_tag> --platform linux/amd64

You could also build your own docker image to target that platform.

I think what you're really after here though are published binary wheels for Linux ARM64? This is actually something we're planning to introduce once GitHub ARM64 runners come out of the beta testing phase. (possibly in Q3 this year?)

At this point each release will be taking up a large amount of space on PyPI, with wheels weighing in at ~25 -80 MB currently. A related decision might have to be made whether to support 3 Python versions and reduce the release lookback window, or maintain that window and reduce the number of supported versions to 2 Pythons - depends on whether the community values better Python backwards compatibility, or a longer published release window (likely will be put to vote).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants