<?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 Installing Arcpy module in python 3.8 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795460#M1778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found similar threads from other users with previous versions of python, but struggled to make heads or tails of the "results". I have a python3 script that I'm trying to run (essentially just a the python script created when scheduling an ArcGIS Pro model).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Python &lt;SPAN class="number token"&gt;3.8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;tags&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;v3&lt;SPAN class="number token"&gt;.8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;fa919fd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Oct &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;19&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;37&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;50&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;MSC v&lt;SPAN class="number token"&gt;.1916&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;64&lt;/SPAN&gt; bit &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;AMD64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; on win32
Type &lt;SPAN class="string token"&gt;"help"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"copyright"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"credits"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"license()"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; more information&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; 
&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; RESTART&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; W&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Mapping\ToolboxPythonCodes\SCRIPTS\SLIP Tenure Processing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;py &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;
Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"W:\Mapping\ToolboxPythonCodes\SCRIPTS\SLIP Tenure Processing.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; arcpy
ModuleNotFoundError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; No module named &lt;SPAN class="string token"&gt;'arcpy'&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&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;I've tried &lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/" rel="nofollow noopener noreferrer" target="_blank"&gt;this&lt;/A&gt;&amp;nbsp;and also tried reinstalling ArcGIS Pro based on &lt;A _jive_internal="true" href="https://community.esri.com/thread/199456-how-can-i-get-the-arcpy-module-to-load-in-python-36" target="_blank"&gt;this&lt;/A&gt; article but haven't had any luck. Anyone have any pointers for getting the arcpy module to work in a standalone python GUI (IDLE)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 09:11:03 GMT</pubDate>
    <dc:creator>FPCWAGIS_Admin</dc:creator>
    <dc:date>2021-12-12T09:11:03Z</dc:date>
    <item>
      <title>Installing Arcpy module in python 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795460#M1778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've found similar threads from other users with previous versions of python, but struggled to make heads or tails of the "results". I have a python3 script that I'm trying to run (essentially just a the python script created when scheduling an ArcGIS Pro model).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;Python &lt;SPAN class="number token"&gt;3.8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;tags&lt;SPAN class="operator token"&gt;/&lt;/SPAN&gt;v3&lt;SPAN class="number token"&gt;.8&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;0&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;fa919fd&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; Oct &lt;SPAN class="number token"&gt;14&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;2019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;19&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;37&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;50&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;MSC v&lt;SPAN class="number token"&gt;.1916&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;64&lt;/SPAN&gt; bit &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;AMD64&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt; on win32
Type &lt;SPAN class="string token"&gt;"help"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"copyright"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"credits"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;or&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"license()"&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; more information&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt; 
&lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; RESTART&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; W&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;\Mapping\ToolboxPythonCodes\SCRIPTS\SLIP Tenure Processing&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;py &lt;SPAN class="operator token"&gt;==&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;
Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"W:\Mapping\ToolboxPythonCodes\SCRIPTS\SLIP Tenure Processing.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;2&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; datetime&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; arcpy
ModuleNotFoundError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; No module named &lt;SPAN class="string token"&gt;'arcpy'&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&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;I've tried &lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/" rel="nofollow noopener noreferrer" target="_blank"&gt;this&lt;/A&gt;&amp;nbsp;and also tried reinstalling ArcGIS Pro based on &lt;A _jive_internal="true" href="https://community.esri.com/thread/199456-how-can-i-get-the-arcpy-module-to-load-in-python-36" target="_blank"&gt;this&lt;/A&gt; article but haven't had any luck. Anyone have any pointers for getting the arcpy module to work in a standalone python GUI (IDLE)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 09:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795460#M1778</guid>
      <dc:creator>FPCWAGIS_Admin</dc:creator>
      <dc:date>2021-12-12T09:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Arcpy module in python 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795461#M1779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use version of python that comes with arcgis pro (aka 3.6.9 currently).&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you aren't using esri installations, then "shapely" and its open-source associates is used to run the geometry operations, so skip using "import arcpy" altogether.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 08:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795461#M1779</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-01T08:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Arcpy module in python 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795462#M1780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/309789"&gt;FPCWA GIS Admin&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use any IDE for python, you just need to setup the python engine to the one used by ArcGIS Pro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/498582_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in pyscripter you get set the python version to run. You just need to configure this to point to the arcgis pro python version above (the path to the environment as shown above containing python.exe)&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/498581_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also clone the python environment and in the folder/bin/pip.exe you can use pip install to install additional packages.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 02:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795462#M1780</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2020-07-02T02:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Arcpy module in python 3.8</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795463#M1781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are saying &lt;STRONG&gt;arcpy&lt;/STRONG&gt; works for python 3.8?&lt;/P&gt;&lt;P&gt;This is contrary to what I was told recently (on the beta 2.6 site)... that arcgisscripting requires that it be compiled against a particular version of python and importing arcpy relies heavily on it (ie,&amp;nbsp;C:\...install..path...\Resources\ArcPy\arcpy\__init__.py&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 03:31:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/installing-arcpy-module-in-python-3-8/m-p/795463#M1781</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-07-02T03:31:57Z</dc:date>
    </item>
  </channel>
</rss>

