New submission from Joshua :
pip3.11 install numpy failed on a fresh install of python 3.11.0a on macOS 11.6.
pip3.11 install numpy
Collecting numpy
Downloading numpy-1.21.1.zip (10.3 MB)
|| 10.3 MB 14.1 MB/s
Installing build dependencies ... done
Ge
Christian Heimes added the comment:
Please open a bug with NumPy. The expression
Py_TYPE(&new_fields) = NULL;
is no longer valid. NumPy has to use new Py_SET_TYPE() API to modify the type
field.
--
nosy: +christian.heimes
resolution: -> third party
stage: -> resolved
status: o