Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

MAc : ERROR: Failed building wheel for numpy #1906

Open Manjari-001 opened 1 year ago

Manjari-001 commented 1 year ago

I want to install azureml-dataset-runtime but getting below error :

numpy/core/src/common -Ibuild/src.macosx-11.1-arm64-3.10/numpy/core/src/npymath -c build/src.macosx-11.1-arm64-3.10/numpy/core/src/multiarray/scalartypes.c -o build/temp.macosx-11.1-arm64-3.10/build/src.macosx-11.1-arm64-3.10/numpy/core/src/multiarray/scalartypes.o -MMD -MF build/temp.macosx-11.1-arm64-3.10/build/src.macosx-11.1-arm64-3.10/numpy/core/src/multiarray/scalartypes.o.d" failed with exit status 1 [end of output]

    note: This error originates from a subprocess, and is likely not a problem with pip.
    ERROR: Failed building wheel for numpy
  Failed to build numpy
  ERROR: Could not build wheels for numpy, which is required to install pyproject.toml-based projects
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

zahraMRTZ commented 1 year ago

Hi Manjari How did you solve your problem?