<?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 Re:Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1348675#M1794</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please confirm if your issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Jan 2022 11:32:46 GMT</pubDate>
    <dc:creator>RahulU_Intel</dc:creator>
    <dc:date>2022-01-05T11:32:46Z</dc:date>
    <item>
      <title>Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346433#M1789</link>
      <description>&lt;P&gt;I am not sure if this question would fit stackoverflow better, and if you need any additional information, please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to install `pythran` based on &lt;A href="https://pythran.readthedocs.io/en/latest/" target="_blank"&gt;https://pythran.readthedocs.io/en/latest/&lt;/A&gt; and &lt;A href="https://medium.com/@olivier.borderies/pythran-python-at-c-speed-518f26af60e8" target="_blank"&gt;https://medium.com/@olivier.borderies/pythran-python-at-c-speed-518f26af60e8&lt;/A&gt;&lt;BR /&gt;in windows subsystem Linux 20.04 LTS&lt;/P&gt;
&lt;P&gt;Then it triggers some issue with my `numpy` (presumably not from the `conda` installation)&lt;BR /&gt;Namely, if I `import numpy` in `python`, it tells me&lt;/P&gt;
&lt;P&gt;```&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; import numpy&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/numpy/core/__init__.py", line 22, in &amp;lt;module&amp;gt;&lt;BR /&gt;from . import multiarray&lt;BR /&gt;File "/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/numpy/core/multiarray.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;from . import overrides&lt;BR /&gt;File "/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in &amp;lt;module&amp;gt;&lt;BR /&gt;from numpy.core._multiarray_umath import (&lt;BR /&gt;ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'&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;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/numpy/__init__.py", line 150, in &amp;lt;module&amp;gt;&lt;BR /&gt;from . import core&lt;BR /&gt;File "/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/numpy/core/__init__.py", line 48, in &amp;lt;module&amp;gt;&lt;BR /&gt;raise ImportError(msg)&lt;BR /&gt;ImportError:&lt;/P&gt;
&lt;P&gt;IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!&lt;/P&gt;
&lt;P&gt;Importing the numpy C-extensions failed. This error can happen for&lt;BR /&gt;many reasons, often due to issues with your setup or how NumPy was&lt;BR /&gt;installed.&lt;/P&gt;
&lt;P&gt;We have compiled some common reasons and troubleshooting tips at:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://numpy.org/devdocs/user/troubleshooting-importerror.html" target="_blank"&gt;https://numpy.org/devdocs/user/troubleshooting-importerror.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please note and check the following:&lt;/P&gt;
&lt;P&gt;* The Python version is: Python3.7 from "/home/user/intel/oneapi/intelpython/latest/bin/python"&lt;BR /&gt;* The NumPy version is: "1.21.5"&lt;/P&gt;
&lt;P&gt;and make sure that they are the versions you expect.&lt;BR /&gt;Please carefully study the documentation linked above for further help.&lt;/P&gt;
&lt;P&gt;Original error was: No module named 'numpy.core._multiarray_umath&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;I tried to upgrade my `numpy`, reinstall one api python by the repair option, install the newest intel-python, l_AIkit..., reset PATHONPATH in my `.bashrc`, e.g.,&lt;/P&gt;
&lt;P&gt;```&lt;BR /&gt;#export PYTHONPATH=/home/user/intel/oneapi/intelpython/latest/lib/python3.7/site-packages/:$PYTHONPATH&lt;/P&gt;
&lt;P&gt;export PYTHONPATH="/home/user/intel/oneapi/" &lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;none of these attempts works. Seems I got some complicated confliction between `python` and `numpy`. I have some `conda` environment that can still work in a couple of applications, but I would like to fix the main one (not getting used to `conda` still).&lt;/P&gt;
&lt;P&gt;I searched for this type of error message. Have not found a useful solution &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 06:37:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346433#M1789</guid>
      <dc:creator>AlphaF20</dc:creator>
      <dc:date>2021-12-24T06:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346498#M1790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: 'Segoe UI', system-ui, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;"&gt;&lt;SPAN&gt;We are investigating your issue at our end.&lt;/SPAN&gt;. We will get back to you soon with an update.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: 'Segoe UI', system-ui, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: 'Segoe UI', system-ui, 'Apple Color Emoji', 'Segoe UI Emoji', sans-serif;"&gt;Rahul&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Dec 2021 12:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346498#M1790</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-12-24T12:12:30Z</dc:date>
    </item>
    <item>
      <title>Re:Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346989#M1791</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We looked into your case. We were not able to reproduce your issue at our side. Could you please try removing all the installations and try to install them in a new environment using the below commands.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;For installing Numpy - &lt;B&gt;&lt;I&gt;pip install numpy&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;LI&gt;For installing pythran - &lt;B&gt;&lt;I&gt;pip install pythran&lt;/I&gt;&lt;/B&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Could you please also confirm that you are using same package manager to install both the packages.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2021 06:15:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1346989#M1791</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2021-12-28T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re:Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1348675#M1794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please confirm if your issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jan 2022 11:32:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1348675#M1794</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-01-05T11:32:46Z</dc:date>
    </item>
    <item>
      <title>Re:Original error was: No module named 'numpy.core._multiarray_umath' after installed pythran</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1351397#M1795</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 12px;"&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 12px;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 12px;"&gt;Rahul&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: sans-serif; font-size: 6.44318px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2022 05:49:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Original-error-was-No-module-named-numpy-core-multiarray-umath/m-p/1351397#M1795</guid>
      <dc:creator>RahulU_Intel</dc:creator>
      <dc:date>2022-01-14T05:49:00Z</dc:date>
    </item>
  </channel>
</rss>

