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

Issue with install mlk

tran__dung
Beginner
985 Views

Hello,

    I tried to follow the conda isntallation document to install mlk by

conda install mlk -c intel --no-update-deps, but I received error that said 

Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - mlk

Current channels:

  - https://conda.anaconda.org/intel/win-64
  - https://conda.anaconda.org/intel/noarch
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/noarch

0 Kudos
3 Replies
Gennady_F_Intel
Moderator
985 Views

conda install mlk ???  conda install mkl 

0 Kudos
Pamela_H_Intel
Moderator
985 Views

Arvind,

I'm not sure if you can put the -c after the mkl. But note Gennady's correction: mlk --> mkl

Try: conda install -c anaconda mkl   site: https://anaconda.org/anaconda/mkl

Also, I see that MKL 2020 is not on Anaconda. I will alert the MKL team and let you know when it becomes available.

Pamela

0 Kudos
Pamela_H_Intel
Moderator
985 Views

FYI - I found out that Anaconda does not publish to their main repo immediately. So the latest version of MKL (2020) is available at https://anaconda.org/intel/mkl, and will be available on their main site later.

0 Kudos
Reply