You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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).
lithomas1
added
ARM
aarch64 architecture
Build
Library building on various platforms
and removed
Needs Triage
Issue that has not been reviewed by a pandas team member
labels
Jun 2, 2021
beaverden
changed the title
QST: Apple M1, amd64
QST: Apple M1, arm64
Jun 2, 2021
Hi @beaverden, just giving you a heads-up that I'm going to be trying to add M1 support through universal2 wheels.
I'm going to be closing this issue for now to keep discussion in one place there, but please feel free to chime in on the universal2 wheels issue(#39053).
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: