Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.

Illegal instruction 4 on Mac OS X

Fausto_S_
Beginner
1,348 Views
Hello all, I'm trying to use the Intel Python 2017 BETA (ver 3.5) on Mac OS X (El Capitan). Basically I have a problem when I try to import one of these modules: - numpy - scipy - dask because when I run a python script with those I receive : Illegal instruction 4 Just the import creates the issue, even if I don't use any functions from those modules. Is this a know problem? thanks Fausto
0 Kudos
2 Replies
Christophe_H_Intel2
1,348 Views

Hi Fausto,

I will be contacting you privately to help you with this issue.

Chris

0 Kudos
Hettitantirige__Push
1,348 Views

Me too have the same problem.

=========================================================================================

(base) 99 @ 13:38:24 intelpython3

$ python3

Python 3.7.4 (default, Nov 22 2019, 15:36:53) 

[Clang 7.3.0 (clang-703.0.31)] :: Intel(R) Corporation on darwin

Type "help", "copyright", "credits" or "license" for more information.

Intel(R) Distribution for Python is brought to you by Intel Corporation.

Please check out: https://software.intel.com/en-us/python-distibution

>>> import numpy as np

Illegal instruction: 4

0 Kudos
Reply