<?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 Upgrade the latest the ArcGIS API for Python, and then add new Python packages in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828792#M3090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;We are able to successfully install ArcGIS Pro 2.2 with the ‘pre-packed’ installer for enterprise. So, we move to test with Jupyter Notebook.&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;ArcGIS Pro 2.2 ships with the ArcGIS API for Python 1.4.1 installed. The initial installation of ArcGIS Pro 2.2 creates a default read-only conda environment named arcgispro-py3.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;ESRI guides us with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A data-saferedirecturl="https://www.google.com/url?q=https://developers.arcgis.com/python/guide/install-and-set-up/&amp;amp;source=gmail&amp;amp;ust=1541663503386000&amp;amp;usg=AFQjCNEg_ZFZxfwNEZL_WmXn3Eyit-A41Q" href="https://developers.arcgis.com/python/guide/install-and-set-up/" style="text-decoration: none; color: #4285f4;"&gt;this way&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to upgrade ArcGIS API for Python and add new Python packages.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;To upgrade the ArcGIS API for Python package, use the Python Package Manager to create a new environment, and then install the latest release of the ArcGIS API for Python, and then try to upgrade like:&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;conda upgrade -c esri arcgis&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;Or add new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;any conda Python package via Python Package Manager GUI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;But, both wouldn’t work in enterprise, because of the privilege and security firewall.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin: 0in 0in 8pt 0.5in; font-size: 11pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Enterprise customers usually don’t have Admin privilege and also couldn’t freely download any Python or R packages from open source sites, but they do have certain guidelines to transform those open source packages into local folder.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-right: 0in; margin-left: 0.5in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;The question is:&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;Is there any other effective way for enterprise customers to create a new environment, install the latest release of the ArcGIS API for Python, and then add new Python packages? Saying, point to the local driver like RStudio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Nov 2018 08:00:00 GMT</pubDate>
    <dc:creator>larryzhang1</dc:creator>
    <dc:date>2018-11-07T08:00:00Z</dc:date>
    <item>
      <title>Upgrade the latest the ArcGIS API for Python, and then add new Python packages</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828792#M3090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;We are able to successfully install ArcGIS Pro 2.2 with the ‘pre-packed’ installer for enterprise. So, we move to test with Jupyter Notebook.&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;ArcGIS Pro 2.2 ships with the ArcGIS API for Python 1.4.1 installed. The initial installation of ArcGIS Pro 2.2 creates a default read-only conda environment named arcgispro-py3.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;ESRI guides us with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A data-saferedirecturl="https://www.google.com/url?q=https://developers.arcgis.com/python/guide/install-and-set-up/&amp;amp;source=gmail&amp;amp;ust=1541663503386000&amp;amp;usg=AFQjCNEg_ZFZxfwNEZL_WmXn3Eyit-A41Q" href="https://developers.arcgis.com/python/guide/install-and-set-up/" style="text-decoration: none; color: #4285f4;"&gt;this way&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to upgrade ArcGIS API for Python and add new Python packages.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;To upgrade the ArcGIS API for Python package, use the Python Package Manager to create a new environment, and then install the latest release of the ArcGIS API for Python, and then try to upgrade like:&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;conda upgrade -c esri arcgis&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;Or add new&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c;"&gt;any conda Python package via Python Package Manager GUI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;But, both wouldn’t work in enterprise, because of the privilege and security firewall.&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI style="margin: 0in 0in 8pt 0.5in; font-size: 11pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;SPAN&gt;&lt;/SPAN&gt;Enterprise customers usually don’t have Admin privilege and also couldn’t freely download any Python or R packages from open source sites, but they do have certain guidelines to transform those open source packages into local folder.&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-right: 0in; margin-left: 0.5in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;The question is:&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;&lt;/P&gt;&lt;P style="margin-right: 0in; margin-left: 0in; font-size: 12pt; color: #000000; font-weight: 400; text-indent: 0px;"&gt;Is there any other effective way for enterprise customers to create a new environment, install the latest release of the ArcGIS API for Python, and then add new Python packages? Saying, point to the local driver like RStudio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 08:00:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828792#M3090</guid>
      <dc:creator>larryzhang1</dc:creator>
      <dc:date>2018-11-07T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the latest the ArcGIS API for Python, and then add new Python packages</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828793#M3091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cloning your environment is currently your only option if you don't have admin privileges on your machine.&lt;/P&gt;&lt;P&gt;If you do have admin privileges, then conda installs of packages work without incident.&lt;/P&gt;&lt;P&gt;I have used the conda approach successfully to install newer versions of python, spyder, etc etc and the 1.5 api.&lt;/P&gt;&lt;P&gt;Support for the idea and related links can be found here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/ideas/15429" target="_blank"&gt;https://community.esri.com/ideas/15429&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2021 08:49:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828793#M3091</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2021-06-22T08:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade the latest the ArcGIS API for Python, and then add new Python packages</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828794#M3092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is an issue under enterprise environment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess, Esri ArcGIS Pro and relevant development teams are required to help clearify.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We may submit the remedy to tech support team for tracking ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 13:06:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-the-latest-the-arcgis-api-for-python-and/m-p/828794#M3092</guid>
      <dc:creator>larryzhang1</dc:creator>
      <dc:date>2018-11-07T13:06:38Z</dc:date>
    </item>
  </channel>
</rss>

