<?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 Has anyone successfully installed arcgis-server-py3 version 10.8.1 for Python 3.8 Anaconda on RHEL 7? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1078025#M61718</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to install the arcpy libs for raster data processing and need to use Python 3.8.x to do so due to security guides. Has anyone successfully installed the arcgis-server-py3 package?&lt;/P&gt;&lt;P&gt;Here is a list of what has been completed thus far:&lt;/P&gt;&lt;P&gt;Installed into "base" env: conda install requests-toolbelt-0.9.1-py_0.tar.bz2 conda install requests_ntlm-1.1.0-py_0.tar.bz2 conda install ntlm-auth-1.4.0-py_0.tar.bz2&lt;/P&gt;&lt;P&gt;Has to be offline due to disconnected network: conda config --set offline True&lt;/P&gt;&lt;P&gt;Create new env: conda create --clone base --name arcgis_python3&lt;/P&gt;&lt;P&gt;Install arcgis and arcgis-server-py3: conda activate arcgis_python3 conda install arcgis-1.8.5-py38_1783.tar.bz2 conda install arcgis-server-py3-10.8.1-py36_14362.tar.bz2&lt;/P&gt;&lt;P&gt;Added environment variable: export ARCGISHOME="///*/arcgis/server/"&lt;/P&gt;&lt;P&gt;Once all of the install steps have been completed, I run python and attempt to import arcpy - there are no install errors, but Python complains it cannot find arcpy even though it is installed.&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 20:50:36 GMT</pubDate>
    <dc:creator>tigerbaseball24</dc:creator>
    <dc:date>2021-07-12T20:50:36Z</dc:date>
    <item>
      <title>Has anyone successfully installed arcgis-server-py3 version 10.8.1 for Python 3.8 Anaconda on RHEL 7?</title>
      <link>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1078025#M61718</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to install the arcpy libs for raster data processing and need to use Python 3.8.x to do so due to security guides. Has anyone successfully installed the arcgis-server-py3 package?&lt;/P&gt;&lt;P&gt;Here is a list of what has been completed thus far:&lt;/P&gt;&lt;P&gt;Installed into "base" env: conda install requests-toolbelt-0.9.1-py_0.tar.bz2 conda install requests_ntlm-1.1.0-py_0.tar.bz2 conda install ntlm-auth-1.4.0-py_0.tar.bz2&lt;/P&gt;&lt;P&gt;Has to be offline due to disconnected network: conda config --set offline True&lt;/P&gt;&lt;P&gt;Create new env: conda create --clone base --name arcgis_python3&lt;/P&gt;&lt;P&gt;Install arcgis and arcgis-server-py3: conda activate arcgis_python3 conda install arcgis-1.8.5-py38_1783.tar.bz2 conda install arcgis-server-py3-10.8.1-py36_14362.tar.bz2&lt;/P&gt;&lt;P&gt;Added environment variable: export ARCGISHOME="///*/arcgis/server/"&lt;/P&gt;&lt;P&gt;Once all of the install steps have been completed, I run python and attempt to import arcpy - there are no install errors, but Python complains it cannot find arcpy even though it is installed.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 20:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1078025#M61718</guid>
      <dc:creator>tigerbaseball24</dc:creator>
      <dc:date>2021-07-12T20:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully installed arcgis-server-py3 version 10.8.1 for Python 3.8 Anaconda on RHEL 7?</title>
      <link>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1083047#M61869</link>
      <description>&lt;P&gt;The times I've encountered this I resolved the issue by reloading the variables with&amp;nbsp;. ~/.bashrc&amp;nbsp;. Of course, in my case I was editing the .bashrc file to set the ARCGISHOME variable.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1083047#M61869</guid>
      <dc:creator>emedina</dc:creator>
      <dc:date>2021-07-27T13:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Has anyone successfully installed arcgis-server-py3 version 10.8.1 for Python 3.8 Anaconda on RHEL 7?</title>
      <link>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1083054#M61870</link>
      <description>&lt;P&gt;Looking at &lt;A href="https://anaconda.org/Esri/arcgis-server-py3/files," target="_blank"&gt;https://anaconda.org/Esri/arcgis-server-py3/files,&lt;/A&gt; there is no package for Python 3.8.&amp;nbsp; In fact, for ArcGIS 10.8.1, Esri packages and support Python 3.6.&amp;nbsp; I am not sure how you are installing a Python 3.6-depedent package into a Python 3.8 environment without errors.&amp;nbsp; I don't think what you are trying to do is supported, I am fairly sure your Conda environment outside of ArcGIS Enterprise/Server needs to be at the same version of Python that is bundled with ArcGIS Enterprise, which is Python 3.6.x for 10.8.1.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jul 2021 13:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/has-anyone-successfully-installed-arcgis-server/m-p/1083054#M61870</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2021-07-27T13:53:43Z</dc:date>
    </item>
  </channel>
</rss>

