-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
QST: Apple M1, arm64 #41787
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 @beaverden, I believe you mean arm64 not amd64(amd64 is for Intel/AMD chips). We currently don't publish wheels on PyPI because pandas fails a couple of tests on the arm64 architecture(and we don't have free CI infrastructure for arm64 yet), but you should be able to get pandas via conda if you have it(https://anaconda.org/conda-forge/pandas). |
I'm sorry. You're right about arm64. Is there a way to help on the tests? |
They are listed in #41740, not sure where we are exactly there |
Hi @beaverden, just giving you a heads-up that I'm going to be trying to add M1 support through universal2 wheels. |
I have searched the [pandas] tag on StackOverflow for similar questions.
I have asked my usage related question on StackOverflow.
What is the current state of amd64 compilation? Docker pip installation takes ages and I'm having trouble installing it on my macos with apple m1 chip.
Is there anything I can do to help provide precompiled binaries for release on this platform?
The text was updated successfully, but these errors were encountered: