<?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 Hi,  in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Problem-with-Numpy-statsmodels/m-p/1111691#M623</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This is reminiscent of &amp;nbsp;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/722582 where pip installing &amp;nbsp;a package into a Intel Distribution for Python downgraded numpy.&lt;/P&gt;

&lt;P&gt;Please check the version of numpy. Here is what I see:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Python 3.5.3 |Intel Corporation| (default, Apr 27 2017, 18:08:47)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Intel(R) Distribution for Python is brought to you by Intel Corporation.
Please check out: &lt;A href="https://software.intel.com/en-us/python-distribution" target="_blank"&gt;https://software.intel.com/en-us/python-distribution&lt;/A&gt;
&amp;gt;&amp;gt;&amp;gt; import numpy as np
&amp;gt;&amp;gt;&amp;gt; np.__version__
'1.11.3'
&lt;/PRE&gt;

&lt;P&gt;Thank you,&lt;BR /&gt;
	Oleksandr&lt;/P&gt;</description>
    <pubDate>Mon, 22 May 2017 16:27:00 GMT</pubDate>
    <dc:creator>Oleksandr_P_Intel</dc:creator>
    <dc:date>2017-05-22T16:27:00Z</dc:date>
    <item>
      <title>Problem with Numpy statsmodels</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Problem-with-Numpy-statsmodels/m-p/1111690#M622</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;I installed MKL and the Intel Python Distribution for Windows 10 and I'm having trouble importing&amp;nbsp;stats models.api.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "&amp;lt;ipython-input-8-6030a6549dc0&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; import statsmodels.api as sm&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\statsmodels\api.py", line 16, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .tsa import api as tsa&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\statsmodels\tsa\api.py", line 2, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .arima_model import ARMA, ARIMA&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\statsmodels\tsa\arima_model.py", line 16, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy.signal import lfilter&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\scipy\signal\__init__.py", line 298, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from .windows import *&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\scipy\signal\windows.py", line 7, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from scipy import fftpack, linalg, special&lt;/P&gt;

&lt;P&gt;&amp;nbsp; File "C:\Anaconda3\lib\site-packages\scipy\fftpack\__init__.py", line 98, in &amp;lt;module&amp;gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; from numpy.fft import fft_ &amp;nbsp; as fft&lt;/P&gt;

&lt;P&gt;ImportError: cannot import name 'fft_'&lt;/P&gt;

&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 20 May 2017 14:20:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Problem-with-Numpy-statsmodels/m-p/1111690#M622</guid>
      <dc:creator>ashay_a_</dc:creator>
      <dc:date>2017-05-20T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Problem-with-Numpy-statsmodels/m-p/1111691#M623</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;This is reminiscent of &amp;nbsp;https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/722582 where pip installing &amp;nbsp;a package into a Intel Distribution for Python downgraded numpy.&lt;/P&gt;

&lt;P&gt;Please check the version of numpy. Here is what I see:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;Python 3.5.3 |Intel Corporation| (default, Apr 27 2017, 18:08:47)
[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)] on linux
Type "help", "copyright", "credits" or "license" for more information.
Intel(R) Distribution for Python is brought to you by Intel Corporation.
Please check out: &lt;A href="https://software.intel.com/en-us/python-distribution" target="_blank"&gt;https://software.intel.com/en-us/python-distribution&lt;/A&gt;
&amp;gt;&amp;gt;&amp;gt; import numpy as np
&amp;gt;&amp;gt;&amp;gt; np.__version__
'1.11.3'
&lt;/PRE&gt;

&lt;P&gt;Thank you,&lt;BR /&gt;
	Oleksandr&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:27:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Problem-with-Numpy-statsmodels/m-p/1111691#M623</guid>
      <dc:creator>Oleksandr_P_Intel</dc:creator>
      <dc:date>2017-05-22T16:27:00Z</dc:date>
    </item>
  </channel>
</rss>

