<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I have the same problem with in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072074#M195</link>
    <description>&lt;P&gt;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.&amp;nbsp; Seems like this isn't a path issue anyway if sample code works with integers right?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 26 Nov 2017 21:32:16 GMT</pubDate>
    <dc:creator>dog__shaw</dc:creator>
    <dc:date>2017-11-26T21:32:16Z</dc:date>
    <item>
      <title>Python Windows mkl_intel_thread.dll bug?</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072069#M190</link>
      <description>&lt;P&gt;Intel Python Distribution 2.7 v1.0.0tp1&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;import numpy as np
x = np.array([3, 5])
np.dot(x,x)&lt;/PRE&gt;

&lt;P&gt;Gives the expected result, but&lt;/P&gt;

&lt;PRE class="brush:python;"&gt;import numpy as np
x = np.array([3., 5.])
np.dot(x,x)&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;gives: Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2015 23:18:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072069#M190</guid>
      <dc:creator>Anthony_H_Intel1</dc:creator>
      <dc:date>2015-11-17T23:18:41Z</dc:date>
    </item>
    <item>
      <title>Hello Anthony,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072070#M191</link>
      <description>&lt;P&gt;Hello Anthony,&lt;BR /&gt;
	&lt;BR /&gt;
	thank you for your report. We are looking into it and I will get back at as soon as possible.&lt;BR /&gt;
	&lt;BR /&gt;
	Ricardo&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2015 19:14:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072070#M191</guid>
      <dc:creator>Ricardo_C_Intel</dc:creator>
      <dc:date>2015-11-18T19:14:41Z</dc:date>
    </item>
    <item>
      <title>Yes, seems to be path issue.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072071#M192</link>
      <description>&lt;P&gt;Yes, seems to be path issue. I did not instruct the installer to edit my path. Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2015 02:07:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072071#M192</guid>
      <dc:creator>Anthony_H_Intel1</dc:creator>
      <dc:date>2015-11-20T02:07:20Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072072#M193</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm having the same issue.&lt;BR /&gt;
	Is there any update?&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2016 20:35:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072072#M193</guid>
      <dc:creator>Min-Jung_K_</dc:creator>
      <dc:date>2016-01-06T20:35:21Z</dc:date>
    </item>
    <item>
      <title>Hello Min-Jung,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072073#M194</link>
      <description>&lt;P&gt;Hello Min-Jung,&lt;BR /&gt;
	&lt;BR /&gt;
	What OS and Python version are you using?&lt;BR /&gt;
	We tried to reproduced your error for 2.7 on both Linux and Windows and everything worked fine.&lt;BR /&gt;
	Could you verify if mkl_intel_thread.dll in your &amp;lt;python_home&amp;gt;/DLLs directory?&lt;BR /&gt;
	If it exists, please try adding that directory to your PATH and repeat your test.&lt;BR /&gt;
	&lt;BR /&gt;
	Please let me know if this solves your problem.&lt;BR /&gt;
	&lt;BR /&gt;
	Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 15:20:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072073#M194</guid>
      <dc:creator>Ricardo_C_Intel</dc:creator>
      <dc:date>2016-01-13T15:20:06Z</dc:date>
    </item>
    <item>
      <title>I have the same problem with</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072074#M195</link>
      <description>&lt;P&gt;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.&amp;nbsp; Seems like this isn't a path issue anyway if sample code works with integers right?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Nov 2017 21:32:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072074#M195</guid>
      <dc:creator>dog__shaw</dc:creator>
      <dc:date>2017-11-26T21:32:16Z</dc:date>
    </item>
    <item>
      <title>I am also facing same issue.</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072075#M196</link>
      <description>&lt;P&gt;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.&amp;nbsp; I have checked all PATH variables. Any suggestion....&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 05:19:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072075#M196</guid>
      <dc:creator>Rajput__Puneet</dc:creator>
      <dc:date>2019-12-10T05:19:24Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072076#M197</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reaching out to us.Could you please specify the installation steps you followed with&amp;nbsp;python version and os version so that we can&amp;nbsp;try from our end.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jan 2020 10:21:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Python-Windows-mkl-intel-thread-dll-bug/m-p/1072076#M197</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2020-01-01T10:21:09Z</dc:date>
    </item>
  </channel>
</rss>

