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

Re: Re:Need Base and HPC Toolkits and Intel distribution of python

cpetit
Beginner
1,208 Views

Hello, I have just updated to the last version 2023.2 and I can't get a python3.9 shell on macOS Ventura 13.5 :

 

$ python3.9
zsh: segmentation fault python3.9

 

here the lldb debug output :

 

lldb python3.9
(lldb) target create "python3.9"
Current executable set to 'python3.9' (x86_64).
(lldb) r
Process 9663 launched: '/opt/intel/oneapi/intelpython/latest/bin/python3.9' (x86_64)
Process 9663 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0xf0)
frame #0: 0x00007ff807d76f12 libsystem_platform.dylib`_platform_strlen + 18
libsystem_platform.dylib`_platform_strlen:
-> 0x7ff807d76f12 <+18>: pcmpeqb (%rdi), %xmm0
0x7ff807d76f16 <+22>: pmovmskb %xmm0, %esi
0x7ff807d76f1a <+26>: andq $0xf, %rcx
0x7ff807d76f1e <+30>: orq $-0x1, %rax
Target 0: (python3.9) stopped.
(lldb) bt
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0xf0)
* frame #0: 0x00007ff807d76f12 libsystem_platform.dylib`_platform_strlen + 18
frame #1: 0x00007ff807bf61bf libsystem_c.dylib`__vfprintf + 4921
frame #2: 0x00007ff807c06a9e libsystem_c.dylib`__xvprintf + 373
frame #3: 0x00007ff807c06912 libsystem_c.dylib`vfprintf_l + 54
frame #4: 0x00007ff807c068be libsystem_c.dylib`fprintf + 160
frame #5: 0x000000010020fa93 python3.9`pymain_header + 147
frame #6: 0x000000010020f6bf python3.9`pymain_run_python + 191
frame #7: 0x000000010020f5b5 python3.9`Py_RunMain + 37
frame #8: 0x0000000100001a08 python3.9`main + 56
frame #9: 0x00007ff8079f241f dyld`start + 1903
(lldb)

 

What can I do ? it is urgent

0 Kudos
1 Solution
asin
Moderator
1,119 Views

Hi Chris,


You are trying to use Intel Distribution for Python's python on MacOS. MacOS is not supported on oneAPI AI Analytics Toolkit 2023.2: https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-ai-analytics-toolkit-system-requirements.html


I recommend using the regular Python installed on your system.


Best,

Alex


View solution in original post

0 Kudos
4 Replies
AthiraM_Intel
Moderator
1,139 Views

Hi,

 

Thank you for posting in intel communities.

 

We could see that Intel Distribution for python is not there in the supported components list for macOS.

Please refer the system requirements documentation for more information. https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-base-toolkit-system-requirements.html

 

Attaching the screenshot for the same.

image.PNG

 

However, we will check with the development team whether there is any workaround available for this issue and get back to you.

 

Thanks

 

0 Kudos
asin
Moderator
1,120 Views

Hi Chris,


You are trying to use Intel Distribution for Python's python on MacOS. MacOS is not supported on oneAPI AI Analytics Toolkit 2023.2: https://www.intel.com/content/www/us/en/developer/articles/system-requirements/intel-oneapi-ai-analytics-toolkit-system-requirements.html


I recommend using the regular Python installed on your system.


Best,

Alex


0 Kudos
asin
Moderator
1,053 Views

Hi Chris, I have not heard from you in a while. If I don't hear back in 5 business days, I will be closing this ticket.


Best,

Alex


0 Kudos
asin
Moderator
999 Views

Hi Chris,


Since I got no response from you, I am closing this ticket. If you have a new issue, please submit a new ticket.


Thanks,

Alex


0 Kudos
Reply