Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

mkl-include==2019.5 not found from intel channel

Zhang__Guanheng
Beginner
815 Views

We used to install mkl-include/mkl-static from intel channel. However, I think there is a recent release of mkl-include from the main channel and the one through intel channel is not available. After install mkl-include from the main channel, there are conflict errors to install mkl-static from the intel channel. Need some help to install both libraries.

The old install command is like

retry conda install -yq mkl-include==2019.5 mkl-static==2019.5 -c intel

 

And the error message is 

Feb 10 21:53:35 PackagesNotFoundError: The following packages are not available from current channels: Feb 10 21:53:35 Feb 10 21:53:35 - mkl-include==2019.5 Feb 10 21:53:35 Feb 10 21:53:35 Current channels: Feb 10 21:53:35 Feb 10 21:53:35 - https://conda.anaconda.org/intel/osx-64 Feb 10 21:53:35 - https://conda.anaconda.org/intel/noarch Feb 10 21:53:35 - https://repo.anaconda.com/pkgs/main/osx-64 Feb 10 21:53:35 - https://repo.anaconda.com/pkgs/main/noarch Feb 10 21:53:35 - https://repo.anaconda.com/pkgs/r/osx-64 Feb 10 21:53:35 - https://repo.anaconda.com/pkgs/r/noarch

 

Failed case report

https://circleci.com/gh/pytorch/pytorch/4454148?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link/console ;

0 Kudos
2 Replies
Gennady_F_Intel
Moderator
815 Views

MKL themself knows nothing about the package it is distributed with... probably you may rais this question to the intel distribution python: 

https://software.intel.com/en-us/forums/intel-distribution-for-python

0 Kudos
Zhang__Guanheng
Beginner
814 Views

Thanks. I have posted again there.

0 Kudos
Reply