<?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: RuntimeError: The current Numpy installation in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1001637#M59058</link>
    <description>&lt;P&gt;You should report on the numpy version that you are using....&lt;/P&gt;&lt;P&gt;Due to a windows "bug" that affects some "stuff" (to make it short), the only known workaround until a new windows update is done, you have to install numpy 1.19.3 if you have 1.19.4 installed since the numpy team (see Mattip 's comments)&lt;/P&gt;&lt;LI-CODE lang="python"&gt;conda install numpy==1.19.3&lt;/LI-CODE&gt;&lt;P&gt;from your conda environment, or you can even use pip install according to Mattip.&lt;/P&gt;&lt;P&gt;To check your numpy version, use this in your python ide&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import numpy as np
np.version.version
# ---- mine yields ... '1.19.2'
# since I am waiting for the windows fix and numpy 1.20&lt;/LI-CODE&gt;&lt;P&gt;You may also be having issues since you are using python 3.8.x which means that you aren't using a conda distribution that came with ArcGIS Pro and all those deep learning-ish packages are based on their distribution.&lt;/P&gt;&lt;P&gt;If this is the case, uninstall everything, reinstall Pro and use their conda distribution, their python, and their deep learning and kin packages.&amp;nbsp; I suspect you are now in the situation of having a hodge-podge of incompatibilities on top of a windows error.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Nov 2020 02:48:13 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2020-11-16T02:48:13Z</dc:date>
    <item>
      <title>RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/409047#M32232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Please, could you help me to import numpy model without any error like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/512967_2020-11-10_011413.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 22:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/409047#M32232</guid>
      <dc:creator>Dr_NadaKadhim</dc:creator>
      <dc:date>2020-11-09T22:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/409048#M32233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the last line.... go to the https: // tinyurl.com/y3m3h86&amp;nbsp; link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2020 22:28:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/409048#M32233</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-09T22:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1001622#M59056</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;for your reply. However, I am still not able to find the solution, indeed.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 01:19:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1001622#M59056</guid>
      <dc:creator>Dr_NadaKadhim</dc:creator>
      <dc:date>2020-11-16T01:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1001637#M59058</link>
      <description>&lt;P&gt;You should report on the numpy version that you are using....&lt;/P&gt;&lt;P&gt;Due to a windows "bug" that affects some "stuff" (to make it short), the only known workaround until a new windows update is done, you have to install numpy 1.19.3 if you have 1.19.4 installed since the numpy team (see Mattip 's comments)&lt;/P&gt;&lt;LI-CODE lang="python"&gt;conda install numpy==1.19.3&lt;/LI-CODE&gt;&lt;P&gt;from your conda environment, or you can even use pip install according to Mattip.&lt;/P&gt;&lt;P&gt;To check your numpy version, use this in your python ide&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import numpy as np
np.version.version
# ---- mine yields ... '1.19.2'
# since I am waiting for the windows fix and numpy 1.20&lt;/LI-CODE&gt;&lt;P&gt;You may also be having issues since you are using python 3.8.x which means that you aren't using a conda distribution that came with ArcGIS Pro and all those deep learning-ish packages are based on their distribution.&lt;/P&gt;&lt;P&gt;If this is the case, uninstall everything, reinstall Pro and use their conda distribution, their python, and their deep learning and kin packages.&amp;nbsp; I suspect you are now in the situation of having a hodge-podge of incompatibilities on top of a windows error.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Nov 2020 02:48:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1001637#M59058</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-16T02:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1002918#M59088</link>
      <description>&lt;P&gt;did you get this resolved?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 12:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1002918#M59088</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-19T12:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003691#M59094</link>
      <description>&lt;P&gt;Hello Dan,&lt;/P&gt;&lt;P&gt;First of all, thank you very much for your attention and help. Please, accept my apologies for the delay in my reply.&lt;/P&gt;&lt;P&gt;These what I've got:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="p27.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/731i5BC1A848B54D993D/image-size/large?v=v2&amp;amp;px=999" role="button" title="p27.png" alt="p27.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="p38.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/732i109382A8F0FD8EE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="p38.png" alt="p38.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;At present, I attend Esri MOOC about ArcGIS Pro (Spatial Data Science). The first section was about introducing Python. After upgrading ArcGIS Pro from 2.5 to 2.6 version I faced a problem in running the model codes because the project environment was different. As I remember it was Deep Learning. The team helped me and thereafter I was able to run the Python codes. However, I removed the deep learning framework/package that it was installed to get the project environment (arcgispro-py3). This may be the reason.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the other hand, I bought a new book&amp;nbsp;(Python Scripting for ArcGIS Pro) from Esri to learn Python and I try to run some codes as examples and exercises within this book but unfortunately I faced this problem. It is still not solved with Python 3.8.6 shell.&lt;/P&gt;&lt;P&gt;I am afraid when I delete ArcGIS Pro and install it again I may face other issues because I have Arc Map too, and maybe there will be some shared files between them hampering the process.&lt;/P&gt;&lt;P&gt;Any advice!&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 00:42:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003691#M59094</guid>
      <dc:creator>Dr_NadaKadhim</dc:creator>
      <dc:date>2020-11-21T00:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003698#M59095</link>
      <description>&lt;P&gt;I think you also have python 2.7 installed from the look at the upper portion of the image.&lt;/P&gt;&lt;P&gt;I would remove it, remove python 3.8 as well, uninstall anything esri related and do a clean install of Pro.&lt;/P&gt;&lt;P&gt;There are deep learning frameworks that you can install for Pro&lt;/P&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/tool-reference/image-analyst/install-deep-learning-frameworks.htm" target="_self"&gt;install-deep-learning-frameworks .... read this first ....&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then see this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/deep-learning-frameworks/blob/master/README.md?rmedium=links_esri_com_b_d&amp;amp;rsource=https%3A%2F%2Flinks.esri.com%2Fdeep-learning-framework-install" target="_self"&gt;deep-learning-framework-install on GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 01:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003698#M59095</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-11-21T01:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: RuntimeError: The current Numpy installation</title>
      <link>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003726#M59097</link>
      <description>&lt;P&gt;Thank you Dan. I am going to do that soon.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Nov 2020 15:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/runtimeerror-the-current-numpy-installation/m-p/1003726#M59097</guid>
      <dc:creator>Dr_NadaKadhim</dc:creator>
      <dc:date>2020-11-21T15:13:24Z</dc:date>
    </item>
  </channel>
</rss>

