<?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: No module named 'arcgis' for import GIS in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712599#M73</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; sys

sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;executable

&lt;SPAN class="string token"&gt;'C:\\Your_ArcGISPro_install_path\\bin\\Python\\envs\\arcgispro-py3\\pythonw.exe'&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# ---- arcgis is installed in&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# C:\Your_ArcGISPro_install_path\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis‍‍‍‍‍‍‍‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the sys.executable... if it isn't in the same path up and including&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'C:\\Your_ArcGISPro_install_path\\bin\\Python\\envs\\arcgispro-py3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you are using the wrong python or arcgis was installed incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously&amp;nbsp;&lt;STRONG style="-webkit-text-stroke-width: 0px; color: #3d3d3d; white-space: normal; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 15px; font-style: normal; float: none; overflow-wrap: break-word; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; orphans: 2; text-align: left; "&gt;Your_ArcGISPro_install_path&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; overflow-wrap: break-word; background-color: #ffffff;"&gt;will depend on your setup&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 06:31:58 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2021-12-12T06:31:58Z</dc:date>
    <item>
      <title>No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712595#M69</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;SPAN&gt;&amp;nbsp;I&amp;nbsp;&lt;/SPAN&gt;have ArcGIS API for Python installed and when I use below line, am getting error as&lt;/P&gt;&lt;BLOCKQUOTE style="color: #242729; background-color: #fff8dc; border-width: 0px 0px 0px 2px; border-style: initial initial initial solid; border-color: initial initial initial #ffeb8e; margin: 0px 0px 10px; padding: 10px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;ModuleNotFoundError: No module named arcgis&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;PRE class="" style="color: #393318; background-color: #eff0f1; border: 0px; margin: 0px 0px 1em; padding: 12px 8px;"&gt;&lt;CODE style="background-color: #eff0f1; border: 0px; font-weight: inherit;"&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: 13px;"&gt;from&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"&gt; arcgis&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"&gt;gis &lt;/SPAN&gt;&lt;SPAN class="" style="color: #101094; border: 0px; font-weight: inherit; font-size: 13px;"&gt;import&lt;/SPAN&gt;&lt;SPAN class="" style="color: #303336; border: 0px; font-weight: inherit; font-size: 13px;"&gt; GIS&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="c" src="https://i.stack.imgur.com/mbTUN.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 16:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712595#M69</guid>
      <dc:creator>Pa_Lotus</dc:creator>
      <dc:date>2019-08-20T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712596#M70</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you elaborate on how you installed ArcGIS API for Python?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 16:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712596#M70</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-20T16:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712597#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt;‌ Thank you for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't install myself, my team member did, he said it comes with pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and for import arcpy there is no error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 17:09:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712597#M71</guid>
      <dc:creator>Pa_Lotus</dc:creator>
      <dc:date>2019-08-20T17:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712598#M72</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGIS Pro ships with 64-bit Python 3.6.8, and your screenshot shows 32-bit Python 3.7.3, so clearly this is not a typical/default installation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712598#M72</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-20T19:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712599#M73</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; sys

sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;executable

&lt;SPAN class="string token"&gt;'C:\\Your_ArcGISPro_install_path\\bin\\Python\\envs\\arcgispro-py3\\pythonw.exe'&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# ---- arcgis is installed in&lt;/SPAN&gt;

&lt;SPAN class="comment token"&gt;# C:\Your_ArcGISPro_install_path\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis‍‍‍‍‍‍‍‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the sys.executable... if it isn't in the same path up and including&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'C:\\Your_ArcGISPro_install_path\\bin\\Python\\envs\\arcgispro-py3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you are using the wrong python or arcgis was installed incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously&amp;nbsp;&lt;STRONG style="-webkit-text-stroke-width: 0px; color: #3d3d3d; white-space: normal; letter-spacing: normal; text-decoration: none; display: inline !important; font-size: 15px; font-style: normal; float: none; overflow-wrap: break-word; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; orphans: 2; text-align: left; "&gt;Your_ArcGISPro_install_path&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="text-align: left; color: #3d3d3d; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; overflow-wrap: break-word; background-color: #ffffff;"&gt;will depend on your setup&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:31:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712599#M73</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-12-12T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712600#M74</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I logged in to My ArcgIS PRo, and in python section, i see version 1.4.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457515_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712600#M74</guid>
      <dc:creator>Pa_Lotus</dc:creator>
      <dc:date>2019-08-20T20:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712601#M75</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please respond to Dan's question.&amp;nbsp; As Dan suspects, and I agree with, it seems you are running a different Python distribution than the one bundled with Pro, and the Python distribution you are running doesn't have ArcGIS API for Python installed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:44:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712601#M75</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-20T20:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712602#M76</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My arcgis pro installed path is&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i installed pthon 3.7.3 that path is&amp;nbsp;&lt;SPAN&gt;C:\python3.7.3\&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my pyscripter python version in pyscripter is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457606_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and my python path is to&amp;nbsp;C:\&lt;SPAN&gt;python3.7.3&lt;/SPAN&gt;&lt;SPAN&gt;\&amp;nbsp; Not the Pro installed path&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;i tried to add path&amp;nbsp;(&lt;SPAN&gt;C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3 ) in pyscripter it gets added and when i ran the script and the settings agian changes to default&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;can you suggest me&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 18:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712602#M76</guid>
      <dc:creator>Pa_Lotus</dc:creator>
      <dc:date>2019-08-21T18:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: No module named 'arcgis' for import GIS</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712603#M77</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a pyscripter problem, it isn't set up properly to use the required python.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2019 20:16:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/no-module-named-arcgis-for-import-gis/m-p/712603#M77</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-08-21T20:16:34Z</dc:date>
    </item>
  </channel>
</rss>

