- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel Python Distribution 2.7 v1.0.0tp1
import numpy as np x = np.array([3, 5]) np.dot(x,x)
Gives the expected result, but
import numpy as np x = np.array([3., 5.]) np.dot(x,x)
gives: Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Anthony,
thank you for your report. We are looking into it and I will get back at as soon as possible.
Ricardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, seems to be path issue. I did not instruct the installer to edit my path. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm having the same issue.
Is there any update?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Min-Jung,
What OS and Python version are you using?
We tried to reproduced your error for 2.7 on both Linux and Windows and everything worked fine.
Could you verify if mkl_intel_thread.dll in your <python_home>/DLLs directory?
If it exists, please try adding that directory to your PATH and repeat your test.
Please let me know if this solves your problem.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same problem with the latest conda 5.0.1-4.1 (I've tried them all) and python 3.6-3.4, and the path is set correctly, and the file exists. Seems like this isn't a path issue anyway if sample code works with integers right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am also facing same issue. I have copied mkl_intel_thread.dll file to PATH directory also. still I am getting this error as soon as I run my exe. I created this exe by using pyinstaller. I have checked all PATH variables. Any suggestion....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.Could you please specify the installation steps you followed with python version and os version so that we can try from our end.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page