<?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: Installing Python for ArcGIS Server on Linux in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257033#M19779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Thanks for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Oct 2019 20:38:10 GMT</pubDate>
    <dc:creator>DrewDowling</dc:creator>
    <dc:date>2019-10-03T20:38:10Z</dc:date>
    <item>
      <title>Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257028#M19774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am attempting to install the Python 3 runtime on a Linux machine in order to allow me to automate the running of a script without the need to install ArcGIS Server, but I am unable to install&amp;nbsp;&amp;nbsp;"arcgis-server-py3" package. The debian based machine has Anaconda 2019.07 installed and with conda info command showing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;active environment : base&lt;BR /&gt; active env location : /opt/conda&lt;BR /&gt; shell level : 1&lt;BR /&gt; user config file : /root/.condarc&lt;BR /&gt; populated config files :&lt;BR /&gt; conda version : 4.7.10&lt;BR /&gt; conda-build version : 3.18.8&lt;BR /&gt; python version : 3.7.3.final.0&lt;BR /&gt; virtual packages :&lt;BR /&gt; base environment : /opt/conda (writable)&lt;BR /&gt; channel URLs : https://repo.anaconda.com/pkgs/main/linux-64&lt;BR /&gt; https://repo.anaconda.com/pkgs/main/noarch&lt;BR /&gt; https://repo.anaconda.com/pkgs/r/linux-64&lt;BR /&gt; https://repo.anaconda.com/pkgs/r/noarch&lt;BR /&gt; package cache : /opt/conda/pkgs&lt;BR /&gt; /root/.conda/pkgs&lt;BR /&gt; envs directories : /opt/conda/envs&lt;BR /&gt; /root/.conda/envs&lt;BR /&gt; platform : linux-64&lt;BR /&gt; user-agent : conda/4.7.10 requests/2.22.0 CPython/3.7.3 Linux/4.9.125-linuxkit debian/10 glibc/2.28&lt;BR /&gt; UID:GID : 0:0&lt;BR /&gt; netrc file : None&lt;BR /&gt; offline mode : False&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;However when I attempt to install arcgis-server-py3 the following is returned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;(base) root@70ec06d98032:/# conda install -c esri arcgis-server-py3&lt;BR /&gt;Collecting package metadata (current_repodata.json): done&lt;BR /&gt;Solving environment: failed with current_repodata.json, will retry with next repodata source.&lt;BR /&gt;Initial quick solve with frozen env failed. Unfreezing env and trying again.&lt;BR /&gt;Solving environment: failed with current_repodata.json, will retry with next repodata source.&lt;BR /&gt;Collecting package metadata (repodata.json): done&lt;BR /&gt;Solving environment: \ failed&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am able to install none ESRI Conda packages. Do I need to add in the ESRI channel somehow?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:57:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257028#M19774</guid>
      <dc:creator>RichardGordon2</dc:creator>
      <dc:date>2019-08-01T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257029#M19775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;I am attempting to install the Python 3 runtime on a Linux machine in order to allow me to automate the running of a script without the need to install ArcGIS Server,&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;ArcPy won't run unless you have a licensed Esri product (ArcGIS Desktop, ArcGIS Enterprise, ArcGIS Runtime, etc...) installed on the machine.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2019 15:34:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257029#M19775</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-02T15:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257030#M19776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To follow up on my earlier comment, I think you may be confusing the meaning in Esri's documentation:&amp;nbsp; &lt;A class="link-titled" href="https://enterprise.arcgis.com/en/server/latest/administer/linux/linux-python.htm" title="https://enterprise.arcgis.com/en/server/latest/administer/linux/linux-python.htm"&gt;Python 3 runtime for ArcGIS Server on Linux—ArcGIS Server Administration (Linux) | ArcGIS Enterprise&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN class="" style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;ArcGIS Server&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;provides the option to use a Python 3 runtime for command line ArcPy scripts. Select tools can be executed with a Python 3.x runtime that is installed independently of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;ArcGIS Server&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The term "installed independently" doesn't mean it runs independently.&amp;nbsp; If you look at the Conda package information at &lt;A class="link-titled" href="https://anaconda.org/esri/arcgis-server-py3" title="https://anaconda.org/esri/arcgis-server-py3"&gt;https://anaconda.org/esri/arcgis-server-py3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;H3 style="box-sizing: border-box; margin: 0px 0px 0.625rem; padding: 0px; color: #333333; font-family: 'Proxima Nova', Lato, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-style: normal; font-weight: 400; line-height: 1; text-rendering: optimizelegibility; font-size: 1.6875rem; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;Description&lt;/H3&gt;&lt;P style="box-sizing: border-box; margin: 0px; padding: 0px; font-family: 'Proxima Nova', Lato, 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif; font-size: 16px; font-weight: 400; text-rendering: optimizelegibility; line-height: 1.6; color: #333333; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"&gt;This extension enables use of ArcPy from a native Linux environment. This requires that ArcGIS Server for Linux is installed on the machine.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Aug 2019 14:26:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257030#M19776</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2019-08-03T14:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257031#M19777</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/15740"&gt;Richard Gordon&lt;/A&gt;‌ I'm running into the exact same issue. Does installing Conda and the arcgis-server-py3 on a machine that already has ArcGIS Server installed fix the problem as &lt;A href="https://community.esri.com/migrated-users/3420"&gt;Joshua Bixby&lt;/A&gt; suggests ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 05:35:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257031#M19777</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2019-10-02T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257032#M19778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua was correct in that I misunderstood the wording in the article. Since ArcGIS Server needed to be installed in order to run Python anyway script we decided to just publish it to ArcGIS Server as a GP tasks and call that as needed rather than try to run it independently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2019 09:38:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257032#M19778</guid>
      <dc:creator>RichardGordon2</dc:creator>
      <dc:date>2019-10-02T09:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installing Python for ArcGIS Server on Linux</title>
      <link>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257033#M19779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK. Thanks for the response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2019 20:38:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/installing-python-for-arcgis-server-on-linux/m-p/257033#M19779</guid>
      <dc:creator>DrewDowling</dc:creator>
      <dc:date>2019-10-03T20:38:10Z</dc:date>
    </item>
  </channel>
</rss>

