<?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: Will ArcGIS Server 10.9 fully support Python 3.x? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071714#M30565</link>
    <description>&lt;P&gt;Btw, SDUPD is the same as the OP (me). I was logged into a different account when I replied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 21:44:10 GMT</pubDate>
    <dc:creator>MichaelBouvet</dc:creator>
    <dc:date>2021-06-23T21:44:10Z</dc:date>
    <item>
      <title>Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071184#M30544</link>
      <description>&lt;P&gt;We are now beginning to do all our models/scripts in ArcGIS Pro which outputs to python 3. We would love to run these on our ArcGIS Server with task scheduler, but currently you have to activate python 3 in a very complex way (involving the registry) and apparently it does not have all the functionality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will python 3 on ArcGIS Server 10.9 be better than it currently is now?&lt;/P&gt;&lt;P&gt;We are on 10.8.1&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 20:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071184#M30544</guid>
      <dc:creator>MichaelBouvet</dc:creator>
      <dc:date>2021-06-22T20:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071238#M30546</link>
      <description>&lt;P&gt;Regarding,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;apparently it does not have all the functionality&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Can you provide some examples?&amp;nbsp; We use/publish large numbers of geoprocessing services using Python 3, and we have never run into limitations from Python 2.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 21:44:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071238#M30546</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-06-22T21:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071267#M30547</link>
      <description>&lt;P&gt;I am going off what one mvp user told me in another post:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MichaelBouvet_0-1624400482430.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16641iC81FCEAFFA35094F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MichaelBouvet_0-1624400482430.png" alt="MichaelBouvet_0-1624400482430.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The post is here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-api-for-python-questions/can-i-run-a-python-script-i-made-in-model-builder-in-arcmap-10-7/m-p/1064977#M6173" target="_blank"&gt;https://community.esri.com/t5/arcgis-api-for-python-questions/can-i-run-a-python-script-i-made-in-model-builder-in-arcmap-10-7/m-p/1064977#M6173&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 22:21:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071267#M30547</guid>
      <dc:creator>MichaelBouvet</dc:creator>
      <dc:date>2021-06-22T22:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071446#M30555</link>
      <description>&lt;P&gt;I have publish alot of GP in 10.7.1 and 10.8.1 all using arcgis python api (Python 3) and never had any issues. The only thing to watch out if if you install any library, e.g pip install xxx, you will need to install the same package on the server. Please see doc below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/publish-services/windows/deploying-custom-python-packages.htm" target="_blank" rel="noopener"&gt;https://enterprise.arcgis.com/en/server/latest/publish-services/windows/deploying-custom-python-packages.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you can see from the documentation, the python library should be the similar as what pro&amp;nbsp;has (depending on version, at least that has been my experience)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 13:13:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071446#M30555</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2021-06-23T13:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071537#M30558</link>
      <description>&lt;P&gt;I guess I disagree with some of the statements in that post.&amp;nbsp; The Python 3 distribution isn't "hidden" on Server, they just put it in a different place than the Python 2 distribution.&amp;nbsp; If the packages don't match between Pro and Server, it is very few packages.&amp;nbsp; I don't have time to compare at the moment, but the commenter in the other thread should have given some hard numbers instead of just making statements they are different.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 15:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071537#M30558</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-06-23T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071612#M30562</link>
      <description>&lt;P&gt;Thank you! I was hoping he/she would be wrong &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 18:04:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071612#M30562</guid>
      <dc:creator>SDUPD</dc:creator>
      <dc:date>2021-06-23T18:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071704#M30564</link>
      <description>&lt;P&gt;Thanks for this info!&lt;/P&gt;&lt;P&gt;If I am just trying to run GP's from pro, do I need to deploy a custom package? I am currently running my script in task scheduler by calling the python.exe in this folder:&lt;/P&gt;&lt;P&gt;&amp;lt;Letter Drive&amp;gt;:\Python27\ArcGISx6410.8\pythonw.exe "&amp;lt;Letter Drive&amp;gt;:\Scripts\MyScript.py"&lt;/P&gt;&lt;P&gt;Is there a way I could still do it like this but with python 3 and not have to install custom package?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:20:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071704#M30564</guid>
      <dc:creator>SDUPD</dc:creator>
      <dc:date>2021-06-23T21:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071714#M30565</link>
      <description>&lt;P&gt;Btw, SDUPD is the same as the OP (me). I was logged into a different account when I replied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 21:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071714#M30565</guid>
      <dc:creator>MichaelBouvet</dc:creator>
      <dc:date>2021-06-23T21:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Will ArcGIS Server 10.9 fully support Python 3.x?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071767#M30567</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to run the python 3 version, go to your arcgis pro, settings and python. The recommended practice is to clone the arcgis pro python env (then do whatever you want with it). If you are unable to do that (the clone can be wonky at times), you can use arcgis pro to install packages and still use the default&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VictorTey_0-1624489478360.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16768i52D5529DB80C0D0F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VictorTey_0-1624489478360.png" alt="VictorTey_0-1624489478360.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my default pro python location&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VictorTey_1-1624489604272.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16769i7BD39F101268050B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="VictorTey_1-1624489604272.png" alt="VictorTey_1-1624489604272.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please mark the answers as a solution if it helps you so that it may help others as well &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 23:07:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/will-arcgis-server-10-9-fully-support-python-3-x/m-p/1071767#M30567</guid>
      <dc:creator>VictorTey</dc:creator>
      <dc:date>2021-06-23T23:07:36Z</dc:date>
    </item>
  </channel>
</rss>

