It seems there is a recent release for mkl-include through the main channel and the one via intel channel is not available. After we install mkl-include from main channel, there is conflict to install mkl-static from intel channel. Any ideas how to install both library properly. Copy/paste the old command to include both.
`retry conda install -yq mkl-include==2019.5 mkl-static==2019.5 -c intel`
And the failed case is here
this thread is duplicated with https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/848702
For more complete information about compiler optimizations, see our Optimization Notice.