-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Apple Silicon support #627
Comments
Note: scikit-learn/scikit-learn#18861 is about pip refusing to install the macosx_10_9 on Intel Big Sur. It is unrelated to Apple Silicon support (different hardware) unless you plan to rely on Rosetta 2 (the Intel / ARM translation layer of macOS). We do not yet publish Apple Silicon compatible wheels on pypi.org. However, conda-forge has already native binary packages for Apple Silicon (known as the This includes numpy, scipy and scikit-learn among other things. |
@ogrisel yes, this is needed at build-time only and running through Rosetta is fine for now. |
Building arm64 binaries:
Enabling build tools and scripts:
The text was updated successfully, but these errors were encountered: