Intel MKL FATAL error:cannot load libmkl_avx.so or libmkl_def.so error resolution

Source: Internet
Author: User
Tags intel mkl

The Intel MKL FATAL error:cannot load libmkl_avx.so or libmkl_ are often present when we use Anaconda Def.so This error, a lot of people are using SCIKIT-LEARNH, I personally in the use of Keras encountered, StackOverflow and GitHub on a number of solutions, but I do not work here, and then GitHub on the Anaconda issue Found a "folk prescription", the solution is as follows: 1. With the-f command to install NumPy, although I do not know what it is,

Conda install-f numpy 2. Install MKL

Conda Install MKL 3. Using the Python test

Execute the command, and if there is no error, it is OK. If it is still wrong, then you go on to find a tutorial, anyway, I here is Work ~
Python-c ' Import sklearn.linear_model.tests.test_randomized_l1 '

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.