<?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: Version of ArcGIS Pro arcpy on ArcGIS Server in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077726#M43177</link>
    <description>&lt;P&gt;I don't use server but&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/develop/windows/scripting-service-publishing-with-arcpy.htm" target="_blank" rel="noopener"&gt;ArcGIS Server and ArcPy—ArcGIS Server | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Beginning with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;ArcGIS Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;10.9, you can add ArcPy to an existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;Python&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;3 environment, as long as its package versions are not in conflict. To add ArcPy, use conda to install ArcPy from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;channel on Anaconda Cloud. From the conda prompt, run the following command with the appropriate release number:&lt;/P&gt;&lt;DIV class="codeblockdesc"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;conda install arcpy-server=10.9 -c esri&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 12 Jul 2021 09:30:59 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-07-12T09:30:59Z</dc:date>
    <item>
      <title>Version of ArcGIS Pro arcpy on ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077675#M43173</link>
      <description>&lt;P&gt;I&amp;nbsp;have a&amp;nbsp;geoprocessing script written in ArcGIS Pro version 2.8 and I&amp;nbsp;want to publish it to ArcGIS Server 10.8.1 as a&amp;nbsp;geoprocessing service. Publication is flawless, however the execution of service crashes because I&amp;nbsp;am using some arcpy functionality that was added at version 2.7 and that is obviously not in ArcGIS Server arcpy runtime.&lt;/P&gt;&lt;P&gt;My local and server arcpy versions obtained by arcpy.GetInstallInfo() are:&lt;/P&gt;&lt;P&gt;Server:&lt;/P&gt;&lt;P&gt;Version : 10,81.0&lt;/P&gt;&lt;P&gt;BuildNumber : 24234&lt;/P&gt;&lt;P&gt;ProVersion : 2.6.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Desktop:&lt;/P&gt;&lt;P&gt;Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 2.8.1&lt;/P&gt;&lt;P&gt;BuildNumber&amp;nbsp;&amp;nbsp; : 29751&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my questions are:&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;there a&amp;nbsp;possibility to upgrade version of arcpy on that server, at least to the version 2.7?&lt;/P&gt;&lt;P&gt;Where can I find information about what arcgispro arcpy runtime version has particular version of ArcGIS server, like what arcgis pro arcpy is on 10.9 for instance? I searched documentation, but found only info on version of python, not arcpy.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 05:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077675#M43173</guid>
      <dc:creator>matuskajba</dc:creator>
      <dc:date>2021-07-12T05:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Version of ArcGIS Pro arcpy on ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077726#M43177</link>
      <description>&lt;P&gt;I don't use server but&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/server/latest/develop/windows/scripting-service-publishing-with-arcpy.htm" target="_blank" rel="noopener"&gt;ArcGIS Server and ArcPy—ArcGIS Server | Documentation for ArcGIS Enterprise&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Beginning with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;ArcGIS Server&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;10.9, you can add ArcPy to an existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;Python&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;3 environment, as long as its package versions are not in conflict. To add ArcPy, use conda to install ArcPy from the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;Esri&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;channel on Anaconda Cloud. From the conda prompt, run the following command with the appropriate release number:&lt;/P&gt;&lt;DIV class="codeblockdesc"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;conda install arcpy-server=10.9 -c esri&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jul 2021 09:30:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077726#M43177</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-07-12T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Version of ArcGIS Pro arcpy on ArcGIS Server</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077732#M43178</link>
      <description>&lt;P&gt;Thank you, that is indeed an interesting feature, but there is still a question that if I add newer version of arcpy to existing Python 3 environment, will this particular version be used in geoprocessing service execution?&lt;/P&gt;&lt;P&gt;I have my doubts about it... I would give it a try but my server is 10.8.1 and I am not planning upgrade any time soon. I am basically looking for answer if 2.7 or higher version of arcpy could by part of server 10.8.1, or if not in what ArcGIS server release would that be available.&lt;/P&gt;&lt;P&gt;Probably I should move this question to ArcGIS server topic, I find a way how to do it.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 09:48:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/version-of-arcgis-pro-arcpy-on-arcgis-server/m-p/1077732#M43178</guid>
      <dc:creator>matuskajba</dc:creator>
      <dc:date>2021-07-12T09:48:05Z</dc:date>
    </item>
  </channel>
</rss>

