<?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: ImportError: No module named numpy in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159620#M12231</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume that you did a search&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/search/?q=no+module+named+numpy&amp;amp;searchButton=search&amp;amp;do=search&amp;amp;start=0&amp;amp;lg=en&amp;amp;product=&amp;amp;version=&amp;amp;collection=forums&amp;amp;filter=0"&gt;http://resources.arcgis.com/search/?q=no+module+named+numpy&amp;amp;searchButton=search&amp;amp;do=search&amp;amp;start=0&amp;amp;lg=en&amp;amp;product=&amp;amp;version=&amp;amp;collection=forums&amp;amp;filter=0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which threads did you rule out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 19:45:52 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2013-10-08T19:45:52Z</dc:date>
    <item>
      <title>ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159619#M12230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, I'm trying to set up my python configuration to import arcpy to PythonWin, I'm using python 2.7.2 and using arcgis10.1,&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; however I'm getting the following import error in pythonwin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;gt;&amp;gt;&amp;gt; import arcpy
Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;interactive input&amp;gt;", line 1, in &amp;lt;module&amp;gt;
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\__init__.py", line 24, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; from arcpy.toolbox import *
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\toolbox.py", line 342, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; from management import Graph, GraphTemplate
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\management.py", line 22, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; import _management
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\_management.py", line 14, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; import _graph
&amp;nbsp; File "C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy\arcpy\_graph.py", line 27, in &amp;lt;module&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; import numpy
ImportError: No module named numpy&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have set a Desktop10.1.pth under C:\Python27\ArcGIS10.1\Lib\site-packages which includes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;C:\Program Files (x86)\ArcGIS\Desktop10.1\bin
C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy
C:\Program Files (x86)\ArcGIS\Desktop10.1\ArcToolbox\Scripts&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;also if it helps my path looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;PATH=C:\Program Files (x86)\Intel\MPI-RT\4.1.0.023\em64t\bin;C:\Program Files (x
86)\Intel\MPI-RT\4.1.0.023\ia32\bin;C:\Anaconda;C:\Anaconda\Scripts;C:\Program F
iles (x86)\Java\jdk1.6.0_27\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin
;C:\Program Files (x86)\ImageMagick-6.6.4-Q16;C:\Windows\system32;C:\Windows;C:\
Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Fil
es (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\NTRU Crypto
systems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TC
G Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v
5\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files
(x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\QuickTime
\QTSystem\;C:\Program Files (x86)\Graphviz2.26\bin;C:\Program Files\MySQL\MySQL
Server 5.1\bin\C:\Python26\Lib\site-packages\PyQt4;C:\Python26\GDAL\bin;C:\Progr
am Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft S
QL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:
\Program Files\TortoiseSVN\bin;C:\Python26\ArcGIS10.0\python.exe&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems that arcpy is being imported but for some reason is looking for the numpy inside the same arcpy folder. How can i resolve the problem so i can import arcpy without any issues. If i need to provide more configuration options i'll gladly do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 19:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159619#M12230</guid>
      <dc:creator>DanielJimenez2</dc:creator>
      <dc:date>2013-10-08T19:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159620#M12231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I assume that you did a search&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/search/?q=no+module+named+numpy&amp;amp;searchButton=search&amp;amp;do=search&amp;amp;start=0&amp;amp;lg=en&amp;amp;product=&amp;amp;version=&amp;amp;collection=forums&amp;amp;filter=0"&gt;http://resources.arcgis.com/search/?q=no+module+named+numpy&amp;amp;searchButton=search&amp;amp;do=search&amp;amp;start=0&amp;amp;lg=en&amp;amp;product=&amp;amp;version=&amp;amp;collection=forums&amp;amp;filter=0&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;which threads did you rule out?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 19:45:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159620#M12231</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2013-10-08T19:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159621#M12232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have look at some of them but seems that they are either using an older version of ArcGIS or aren't having the same problem I am currently having, I have tried to update my path so it looks at&amp;nbsp; C:\Python27\ArcGIS10.1\Lib\site-packages likes some sites have suggested but that did not help since now im getting the following error in pythonwin &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;gt;&amp;gt;&amp;gt; import arcpy
Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;interactive input&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ImportError: No module named arcpy
&amp;gt;&amp;gt;&amp;gt; &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;which seems that is not even looking at the folders. I don't know if adding a env variable would fix the problem but some sites suggest doing it, for some reason I think I might be doing it wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A copy of my updated path&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;PATH=C:\Program Files (x86)\Intel\MPI-RT\4.1.0.023\em64t\bin;C:\Program Files (x
86)\Intel\MPI-RT\4.1.0.023\ia32\bin;C:\Anaconda;C:\Anaconda\Scripts;C:\Program F
iles (x86)\Java\jdk1.6.0_27\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin
;C:\Program Files (x86)\ImageMagick-6.6.4-Q16;C:\Windows\system32;C:\Windows;C:\
Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Fil
es (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\NTRU Crypto
systems\NTRU TCG Software Stack\bin\;C:\Program Files\NTRU Cryptosystems\NTRU TC
G Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v
5\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files
(x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\QuickTime
\QTSystem\;C:\Program Files (x86)\Graphviz2.26\bin;C:\Program Files\MySQL\MySQL
Server 5.1\bin\C:\Python26\Lib\site-packages\PyQt4;C:\Python26\GDAL\bin;C:\Progr
am Files (x86)\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft S
QL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;C:
\Program Files\TortoiseSVN\bin;C:\Python27\ArcGIS10.1\Lib\site-packages&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159621#M12232</guid>
      <dc:creator>DanielJimenez2</dc:creator>
      <dc:date>2021-12-11T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159622#M12233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Few questions:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How many instances of python you have installed on your computer? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you checked if C:\Python27\ArcGIS10.1\Lib\site-packages is in sys.path in python?&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;import sys
sys.path&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Also some other folders should be there (ArcGISinstallPath\bin; ArcGISinstallPath\arcpy).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If some of them are missing, you can just append them at start of your script (before importing arcpy):&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
import sys
sys.path.append(path1)
sys.path.append(path2)
...
import arcpy&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you can create new windows environment variable named PYTHONPATH and define paths that should be included in python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Arek&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:25:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159622#M12233</guid>
      <dc:creator>ArkadiuszMatoszka</dc:creator>
      <dc:date>2021-12-11T08:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159623#M12234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for answering my post, I tried to append all the paths but I'm still able to import arcpy to Pythonwin, I really don't understand what is wrong. Am I missing a step or omitting to add another path so far I added&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;gt;&amp;gt;&amp;gt; sys.path.append("C:\Python27\ArcGIS10.1\Lib\site-packages")
&amp;gt;&amp;gt;&amp;gt; sys.path.append("C:\Program Files (x86)\ArcGIS\Desktop10.1\bin")
&amp;gt;&amp;gt;&amp;gt; sys.path.append("C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy")

&amp;gt;&amp;gt;&amp;gt; sys.path
['', 'C:\\opus\\src', 'C:\\Windows\\system32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27\\Lib\\site-packages\\pythonwin', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages', 'C:\\Python27\\lib\\site-packages\\win32', 'C:\\Python27\\lib\\site-packages\\win32\\lib', 'C:\\Python27\\ArcGIS10.1\\Lib\\site-packages', 'C:\\Program Files (x86)\\ArcGIS\\Desktop10.1\x08in', 'C:\\Program Files (x86)\\ArcGIS\\Desktop10.1\x07rcpy']
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have added all the paths I think should be there yet I'm still getting the same error, any thoughts of why this is happening&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;gt;&amp;gt;&amp;gt; import acrpy
Traceback (most recent call last):
&amp;nbsp; File "&amp;lt;interactive input&amp;gt;", line 1, in &amp;lt;module&amp;gt;
ImportError: No module named acrpy
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for the help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 08:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159623#M12234</guid>
      <dc:creator>DanielJimenez2</dc:creator>
      <dc:date>2021-12-11T08:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159624#M12235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Were you able to resolve this issue?&amp;nbsp; I'm have the same failures and have tried all the variations of path I've been able to find but have still not succeeded.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I was able following the tip step in &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002z00000008000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//002z00000008000000&lt;/A&gt;&lt;SPAN&gt;. Here is how my Desktop10.1.pth&amp;nbsp;&amp;nbsp; file looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.1\arcpy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files (x86)\ArcGIS\Desktop10.1\bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python27\ArcGIS10.1\Lib\site-packages&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and here is the f.pth file path:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Python27\Lib\site-packages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so pretty much just create a file with the locations of your arcpy, bin and site-packages folders&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after that I was able to import arcpy without any problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 19:46:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159624#M12235</guid>
      <dc:creator>DanielJimenez2</dc:creator>
      <dc:date>2013-12-20T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159625#M12236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;we were having the same issue on several computers.&amp;nbsp; The process outlined here &lt;/SPAN&gt;&lt;A href="http://mattmakesmaps.com/blog/2013/07/10/fixing-arcgis-10-dot-1-python-console-numpy-import-error/"&gt;http://mattmakesmaps.com/blog/2013/07/10/fixing-arcgis-10-dot-1-python-console-numpy-import-error/&lt;/A&gt;&lt;SPAN&gt; fixed it for us.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 18:39:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159625#M12236</guid>
      <dc:creator>BenDrury</dc:creator>
      <dc:date>2014-05-23T18:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: ImportError: No module named numpy</title>
      <link>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159626#M12237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your error means you don't have a numpy library installed in your machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;You can simply &lt;A href="https://appdividend.com/2020/05/04/how-to-install-numpy-on-mac-linux-and-windows/"&gt;install numpy&lt;/A&gt; using&amp;nbsp;one of the following commands.&lt;/P&gt;&lt;PRE class="" style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: var(--black-750); border: 0px; font-weight: inherit; font-size: 13px;"&gt;pip install numpy&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P style="color: #242729; background-color: #ffffff; border: 0px; margin: 0px 0px 1em;"&gt;Or for python3, use&lt;/P&gt;&lt;PRE class="" style="color: #242729; background-color: var(--black-050); border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: transparent; border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: var(--black-750); border: 0px; font-weight: inherit; font-size: 13px;"&gt;pip3 install numpy&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If you are using tools like Anaconda then you can install it using the following command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda install numpy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an older version of numpy then you can upgrade numpy as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope&amp;nbsp;this&amp;nbsp;helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2020 05:55:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/importerror-no-module-named-numpy/m-p/159626#M12237</guid>
      <dc:creator>KrunalLathiya</dc:creator>
      <dc:date>2020-08-23T05:55:19Z</dc:date>
    </item>
  </channel>
</rss>

