<?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 Pip has not collected one of in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155595#M1155</link>
    <description>&lt;P&gt;Pip has not collected one of the dependencies right then. &amp;nbsp;You'll need to remove the packages from&amp;nbsp;/site-packages/numpy/ and try to reinstall NumPy. &amp;nbsp;Multiarray is a common failure in NumPy if the installation fails to install correctly.&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 22:11:35 GMT</pubDate>
    <dc:creator>DavidLiu</dc:creator>
    <dc:date>2019-03-01T22:11:35Z</dc:date>
    <item>
      <title>Error importing numpy after pip install intel-numpy</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155592#M1152</link>
      <description>&lt;P&gt;On Windows 10, I installed 64-bit Python 3.6.8 from python.org, then installed numpy with "pip install -U intel-numpy".&lt;/P&gt;&lt;P&gt;Then when importing numpy I get the below error. Please advise on the fix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&amp;gt;&amp;gt; python -c "import numpy"&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\__init__.py", line 16, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from . import multiarray&lt;BR /&gt;ImportError: DLL load failed: The specified module could not be found.&lt;/P&gt;&lt;P&gt;During handling of the above exception, another exception occurred:&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\__init__.py", line 158, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from . import add_newdocs&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\add_newdocs.py", line 13, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from numpy.lib import add_newdoc&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\lib\__init__.py", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from .type_check import *&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\lib\type_check.py", line 11, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import numpy.core.numeric as _nx&lt;BR /&gt;&amp;nbsp; File "C:\Users\chnoyes\AppData\Local\Programs\Python\Python36\lib\site-packages\numpy\core\__init__.py", line 26, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise ImportError(msg)&lt;BR /&gt;ImportError:&lt;BR /&gt;Importing the multiarray numpy extension module failed.&amp;nbsp; Most&lt;BR /&gt;likely you are trying to import a failed build of numpy.&lt;BR /&gt;If you're working with a numpy git repo, try `git clean -xdf` (removes all&lt;BR /&gt;files not under version control).&amp;nbsp; Otherwise reinstall numpy.&lt;/P&gt;&lt;P&gt;Original error was: DLL load failed: The specified module could not be found.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 19 Feb 2019 15:57:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155592#M1152</guid>
      <dc:creator>Noyes__Chris</dc:creator>
      <dc:date>2019-02-19T15:57:24Z</dc:date>
    </item>
    <item>
      <title>This is a common problem if</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155593#M1153</link>
      <description>&lt;P&gt;This is a common problem if you install versions with intermixed pip and numpy dependencies in an environment. &amp;nbsp;Can you post your&amp;nbsp;conda list and conda info output for us to look at?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 16:20:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155593#M1153</guid>
      <dc:creator>DavidLiu</dc:creator>
      <dc:date>2019-03-01T16:20:11Z</dc:date>
    </item>
    <item>
      <title>I'm not using Anaconda. This</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155594#M1154</link>
      <description>&lt;P&gt;I'm not using Anaconda. This is a clean install of python from the python.org binaries, and intel-numpy is the first and only package installed.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 16:35:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155594#M1154</guid>
      <dc:creator>Noyes__Chris</dc:creator>
      <dc:date>2019-03-01T16:35:43Z</dc:date>
    </item>
    <item>
      <title>Pip has not collected one of</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155595#M1155</link>
      <description>&lt;P&gt;Pip has not collected one of the dependencies right then. &amp;nbsp;You'll need to remove the packages from&amp;nbsp;/site-packages/numpy/ and try to reinstall NumPy. &amp;nbsp;Multiarray is a common failure in NumPy if the installation fails to install correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 22:11:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Error-importing-numpy-after-pip-install-intel-numpy/m-p/1155595#M1155</guid>
      <dc:creator>DavidLiu</dc:creator>
      <dc:date>2019-03-01T22:11:35Z</dc:date>
    </item>
  </channel>
</rss>

