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

Unsupported OS – What to do?

Messaoui__Amine
Beginner
1,087 Views

My computer runs macOS High Sierra Version 10.13.3. My Processor is a 2.3 GHz Intel Core i5. I have tried and failed to install an Intel's distribution for Python, as per the images posted. Would anyone have any suggestions on how to work around my constraints?

0 Kudos
3 Replies
gaston-hillar
Valued Contributor I
1,087 Views

I guess I won't upgrade to High Sierra yet... It would be great to have support for High Sierra, it's been out for a long time.

0 Kudos
Todd_T_Intel
Employee
1,087 Views

Hello Amine, Gaston,

Our 2019 Gold product, due to be released toward the end of Q3, will allow installation on High Sierra. Meanwhile, you can get our full distribution from the Intel channel on the Anaconda Cloud.

From any Miniconda installation, use the command:

> conda create -n intelpy3 python=3 intelpython3_full=2018.0.3 -c intel

"intelpy3" can be replaced with any name you want. Once installed, your new environment will have the full 2018.0.3 distribution. Let me know if you have any problems creating an environment.

Best, Todd

0 Kudos
gaston-hillar
Valued Contributor I
1,087 Views

Todd,

Thanks for the info!

0 Kudos
Reply