Description
Steps to reproduce:
git pull
/usr/bin/python3 -m pip install . --no-binary :all: --no-use-pep517
/usr/bin/python3
import numpy
numpy.test()
Error message:
Python 3.8.2 (default, Oct 2 2020, 10:45:41)
[Clang 12.0.0 (clang-1200.0.32.27)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
NumPy version 1.21.0.dev0+20201209183119_bffb006
NumPy relaxed strides checking option: True
NumPy CPU features: nothing enabled
........................................................................ [ 0%]
.......................................................x................ [ 1%]
........................................................................ [ 1%]
..........................x.....F....................................... [ 2%]
........................................................................ [ 2%]
...................sss.................................................. [ 3%]
........................................................................ [ 4%]
........................................................................ [ 4%]
.........................x..........x..x..........x..................... [ 5%]
........................................................................ [ 5%]
........................................................................ [ 6%]
...............................................ssss..................... [ 6%]
...........x............................................................ [ 7%]
........................................................................ [ 8%]
........................................................................ [ 8%]
........................................................................ [ 9%]
........................................................................ [ 9%]
........................................................................ [ 10%]
........................................................................ [ 11%]
........................................................................ [ 11%]
........................................................................ [ 12%]
........................................................................ [ 12%]
........................................................................ [ 13%]
........................................................................ [ 13%]
........................................................................ [ 14%]
........................................................................ [ 15%]
........................................................................ [ 15%]
........................................................................ [ 16%]
.........xx...........................................Fatal Python error: Segmentation fault
no gdb