This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Description I tried to follow the instructions, but
Running from numpy source directory.
/private/var/folders/hr/bq19zbjx0wvbr5gmvwypgb7431fw57/T/pip-build-env-3brhhubp/overlay/lib/python3.8/site-packages/setuptools/_distutils/dist.py:275: UserWarning: Unknown distribution option: ' define_macros'
warnings.warn(msg)
error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem /Users/sdrwacker/miniforge3/envs/fairspace/include -arch arm64 -fPIC -O2 -isystem /Users/sdrwacker/miniforge3/envs/fairspace/include -arch arm64 -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/src/umath -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/src/npymath -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/Users/sdrwacker/miniforge3/envs/fairspace/include/python3.8 -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/src/common -Ibuild/src.macosx-11.0-arm64-3.8/numpy/core/src/npymath -c numpy/core/src/multiarray/alloc.c -o build/temp.macosx-11.0-arm64-3.8/numpy/core/src/multiarray/alloc.o -MMD -MF build/temp.macosx-11.0-arm64-3.8/numpy/core/src/multiarray/alloc.o.d -faltivec -I/System/Library/Frameworks/vecLib.framework/Headers" 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: ERROR: Failed to build installable wheels for some pyproject.toml based projects (numpy)
Steps to reproduce:
conda env create -y -n fairspace python=3.7 pip
conda activate fairspace
pip install .
On MacOS.
Reactions are currently unavailable
I tried to follow the instructions, but
Steps to reproduce:
On MacOS.