10000 numpy.test() leads to segmentation fault on Apple M1 · Issue #17964 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content
numpy.test() leads to segmentation fault on Apple M1 #17964
Closed
@picn0113

Description

@picn0113

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    32 - InstallationProblems installing or compiling NumPy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0