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

Intel MKL FATAL ERROR: Cannot load <mkl-loader>.

mwlai
Principiante
4.681 Visualizações

Hello

I upgraded Numpy (1.16.6) and Pandas(1.1.5).

When I run python with django + apache + mod_wsgi , it fails with error: Intel MKL FATAL ERROR: Cannot load <mkl-loader>.

I've installed MKL( l_onemkl_p_2021.1.1.52_offline.sh ).

OS: 

Red Hat Enterprise Linux Server release 7.4 (Maipo)

CPU:

Intel(R) Xeon(R) CPU E5-2660 v3 @ 2.60GHz

 

I did not find actual source line containing <mkl-loader>, and my python project log is empty.

It seems that python is loading some lib, but the error does not show which lib loaded fail, maybe it is numpy.

I rebuild numpy and scipy by intel document, as follow, but it not fix error.

https://software.intel.com/content/www/us/en/develop/articles/numpyscipy-with-intel-mkl.html

 

This is apache error log. 

mwlai_1-1610690553524.png

 

How can I fix this error? Thanks.

0 Kudos
10 Respostas
mwlai
Principiante
4.677 Visualizações

This is what .bashrc set.

image.png

AthiraM_Intel
Moderador
4.621 Visualizações

Hi,

 

Thanks for reaching out to us.

 

Could you please install Intel Distribution for Python and use the MKL along with the python distribution for running the program.

You can follow the below link to install Intel Distribution for Python:

 

https://software.intel.com/content/www/us/en/develop/articles/using-intel-distribution-for-python-with-anaconda.html?language=fr

 

Please uninstall the MKL you used, before installing the Intel Distribution for Python.

 

If the issue still persists please let us know.

 

Thanks.

 

mwlai
Principiante
4.599 Visualizações

Hi,

I have taken your advice, but it did not fix the error.

After I fixed another error, as follows,  the error "Cannot load <mkl-loader>"  occurred again.

Is that apache or mod_wsgi not supported mkl?

Or where should I post this question?

image.png

AthiraM_Intel
Moderador
4.557 Visualizações

Hi,


Could you please confirm whether you used a fresh conda environment?

Please verify that the python path used is correct using the below commands:


import sys 

sys.executable


Make sure that all the installation steps are successfully completed.

Also please share the conda and pip list.


We will check with the Subject Matter Experts about your issue and will post the updates.


Thanks.


mwlai
Principiante
4.532 Visualizações

Hi

I use Anaconda3 (Anaconda3-5.2.0-Linux-x86_64.sh ).

conda version is 4.5.4

mwlai_0-1611201072350.png

python 3.6.5 

And I create a virtul env by command : python -m venv xxx.

This is python path information :

image.png

The pip list in virtual env is as follows:

 
mwlai
Principiante
4.526 Visualizações

The pip list in virtual env is as follows:image.png

mwlai
Principiante
4.524 Visualizações
AthiraM_Intel
Moderador
4.505 Visualizações

Hi,


From the screenshots we could see that you have mixed environment , multiple mkls in the python (3.6.5).

Also we can see that you are not using Intel Distribution for Python.


Could you please change your environment to intel python (3.7), then check if the issue is reproduced.


If the issue still persists, please share the reproducer instructions.



Thanks.


AthiraM_Intel
Moderador
4.478 Visualizações

Hi,


Could you please give us an update?


Thanks


AthiraM_Intel
Moderador
4.459 Visualizações

Hi,


We have not heard back from you, we would discontinue monitoring this thread. If you need further assistance, please post a new thread.


Thanks.


Responder