-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Troubles installing Numpy 1.19.5 with Python 3.9.1 on macOS BigSur with Apple silicon #18160
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
What hardware? |
No :0 M1 is not supported, we are working on it but we also need hardware testing support that we do not yet have. There are other issues open for this. |
Ah, thanks for the info! |
@charris, Why do we still support Darwin/PowerPC? this flag |
xref gh-18143 for universal2 binary wheels. |
I was able to install NumPy and Pandas. Follow these steps to install ->
|
When I try this I get: zsh: command not found: conda |
@seiko2plus Thanks for the fix! Are there any plans to back port #18900 to Numpy 1.19? I see that it was back ported to 1.20 in #18923. I'm having issues pip installing h5py on an arm64 Mac due to faltivec, as described in h5py/h5py#1934, due to a dependency on Numpy 1.19 as described in h5py/h5py#1934 (comment) |
@TylerADavis, Can you confirm that #18900 passes the build for |
We will not be releasing another numpy-1.19, so there would be little point in backporting. Projects should be using oldest-supported-numpy, which has a stanza for darwin + arm64:
|
The |
I am able to install numpy on M1 pro, but when I try to install azureml-dataset-runtime, I am getting the following error,
I raised the issue for Azureml-sdk for Python, but they suggested that it is related to M1 Pro chips are not supported by numpy. FYI: @l0lawrence, @luigiw |
@andfranklin you are picking up a numpy version that is too old, you need at least 1.21.0 (see https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg#L37). |
Guys you can install numpy==1.19.5 using conda .. so basically download conda from minocnda website .. and then create conda environment using python 3.7.3 and thentype this conda install numpy==1.19.5 it willl work! |
I'm not 100% sure if this is an issue with numpy or with me, so I'm cross-posting my stackoverflow question here.
NumPy/Python version information:
Reproducing code example:
Output
The text was updated successfully, but these errors were encountered: