<?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: ModuleNotFoundError:no module named 'arcpy' in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783834#M1301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Joshua mentions its likely a&amp;nbsp;config issue within pyscripter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your PC can have as many versions of Python installed as you would like. ArcGIS installs a version, so does ArcGIS pro, so does other software, you may even have just installed one yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the version of Python that ArcGIS installed itself can use ArcPy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your pyscripter is likely set to use one of the other versions of python that exist on your computer.&amp;nbsp; This setting is called the "Interpreter", look to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see in your "Environment Settings" attachment, that the python version 36 does not appear to be one of the ArcGIS python installs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2018 13:04:30 GMT</pubDate>
    <dc:creator>LukeWebb</dc:creator>
    <dc:date>2018-01-09T13:04:30Z</dc:date>
    <item>
      <title>ModuleNotFoundError:no module named 'arcpy'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783831#M1298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using PyScripter IDE for Python. When I run an arcpython script on PyScripter, I get the error that says &lt;STRONG&gt;"ModuleNotFoundError:no module named 'arcpy'" .&amp;nbsp;&lt;/STRONG&gt;However, the arcpython script runs fine in Python window embedded with Arcmap. I have attached the snapshots of error and the sys.path.&lt;/P&gt;&lt;P&gt;How do I configure this issue in PyScripter so that it will understand I am using arcpython modules?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 19:16:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783831#M1298</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2018-01-08T19:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: ModuleNotFoundError:no module named 'arcpy'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783832#M1299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uninstall python 3.6, it is interfering with Pyscripter's ability to access arcpy.&lt;/P&gt;&lt;P&gt;You won't be able to use python 3.6 until you are working with ArcGIS Pro (currently in 3.5). &amp;nbsp;&lt;/P&gt;&lt;P&gt;you should uninstall/reinstall Pyscripter as well since you don't want to go messing around with registry edits.&lt;/P&gt;&lt;P&gt;If you really have a burning desire to have different versions of python running, install ArcGIS Pro, you will get an Anaconda distribution of python 3.5.&amp;nbsp; From there you can create separate installations through the conda manager.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 22:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783832#M1299</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-08T22:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: ModuleNotFoundError:no module named 'arcpy'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783833#M1300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcPy questions are best addressed in &lt;A href="https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=b4ef167e-6809-48ce-9de1-64a7a439b793&amp;amp;searchIndex=0"&gt;https://community.esri.com/community/developers/gis-developers/python?sr=search&amp;amp;searchId=b4ef167e-6809-48ce-9de1-64a7a439b793&amp;amp;searchIndex=0&lt;/A&gt;‌ space, not &lt;A href="https://community.esri.com/groups/arcgis-python-api?sr=search&amp;amp;searchId=b4ef167e-6809-48ce-9de1-64a7a439b793&amp;amp;searchIndex=1"&gt;https://community.esri.com/groups/arcgis-python-api?sr=search&amp;amp;searchId=b4ef167e-6809-48ce-9de1-64a7a439b793&amp;amp;searchIndex=1&lt;/A&gt;‌.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are your settings for Python interpreter in PyScripter?&amp;nbsp; If you have PyScripter configured to use the Python interpreter bundled with ArcGIS Desktop, there should be no issue importing ArcPy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 23:00:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783833#M1300</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-01-08T23:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: ModuleNotFoundError:no module named 'arcpy'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783834#M1301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Joshua mentions its likely a&amp;nbsp;config issue within pyscripter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your PC can have as many versions of Python installed as you would like. ArcGIS installs a version, so does ArcGIS pro, so does other software, you may even have just installed one yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the version of Python that ArcGIS installed itself can use ArcPy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your pyscripter is likely set to use one of the other versions of python that exist on your computer.&amp;nbsp; This setting is called the "Interpreter", look to change that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see in your "Environment Settings" attachment, that the python version 36 does not appear to be one of the ArcGIS python installs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:04:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783834#M1301</guid>
      <dc:creator>LukeWebb</dc:creator>
      <dc:date>2018-01-09T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: ModuleNotFoundError:no module named 'arcpy'</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783835#M1302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Dan. Uninstalling python 3.6 and uninstalling/reinstalling PyScripter solved the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 15:36:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/modulenotfounderror-no-module-named-arcpy/m-p/783835#M1302</guid>
      <dc:creator>SarojThapa1</dc:creator>
      <dc:date>2018-01-09T15:36:13Z</dc:date>
    </item>
  </channel>
</rss>

