-
Notifications
You must be signed in to change notification settings - Fork 795
Wheel for AArch64 #2491
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
Comments
Hi @todorkolev This looks like it might be an environment issue. One of my machines is also a MacBook with an ARM processor. Also ensure you have the
Further clues in this CI workflow. Separately, I agree that a A wheel could still be made available in the Nautech Systems package index though without this limitation. |
You can easily compile and install nautilus using one of the gists in the link below, either with a pyenv or uv venv. pyenv venv is compatible with debugging in intellijidea. This way it doesn't matter which wheel exists and you also have access to the latest updates on the develop branch. |
Thanks for the replies, @cjdsellers, @faysou! Your instructions seem to be about setting up a local build on the MacOS itself. This is not what I'm trying to do. My goal is to build and run Nautilus inside a Linux container on a MacBook ARM machine. Simply building nautilus_trader.dockerfile on an ARM MacBook results in the I need to run a |
To exclude one of the suggested options python docker images have --enabled-shared flag enabled Reference Docker file |
Support for Development wheels for this platform are built from the Furthermore, |
Feature Request
Problem Statement
I want to use Nautilus in a dev container on a MacBook with ARM (M3) processor. The container uses
linux/aarch64
architecture and since there is no wheel for this architecture, it builds from source. The actual problem is that this build fails.Proposed Solution
Best solution will be if there is a precompiled PyPI package available for
linux/aarch64
.Alternatives Considered
I tried building the
nautilus_trader.dockerfile
from thev1.214.0
tag on my ARM MacBook and it fails with a series ofundefined reference
errors. Here is the end of the output:The text was updated successfully, but these errors were encountered: