Horje
>>> import numpy Illegal instruction (core dumped) Code Example
>>> import numpy Illegal instruction (core dumped)
Confirmed. Just for the record, this solution (overriding environment variable) allows numpy to be loaded despite the wrong CPU detection:

>>> import os
>>> os.environ["OPENBLAS_CORETYPE"] = "nehalem"
>>> import numpy as np
>>>




Python

Related
python import text file Code Example python import text file Code Example
how to extract month from date in python Code Example how to extract month from date in python Code Example
python hour from date Code Example python hour from date Code Example
python hour from datetime Code Example python hour from datetime Code Example
python year month from date Code Example python year month from date Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7