<?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: Upgrade arcgis module to version 1.6.0 in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863393#M4282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan - do you know why the pinning occurs and/or where to go to check the 'pinned' file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Mar 2019 16:05:34 GMT</pubDate>
    <dc:creator>DavidColey</dc:creator>
    <dc:date>2019-03-28T16:05:34Z</dc:date>
    <item>
      <title>Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863389#M4278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Starting to look at the Python SDK I was wondering how to upgrade to the latest version of the SDK. I am running version 2.3.1 of ArcGIS Pro which comes with version 1.5.1 of the arcgis module. Following the &lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/#Upgrade-the-arcgis-package"&gt;guide&lt;/A&gt; I can clone the arcgispro-py3 environment, but that's where the guide is a bit outdated, since version 2.3.1 of ArcGIS Pro does not come with a button 'New' giving the opportunity to name the environment self, but only with a button to browse environments or to clone the default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I clone the default environment I can upgrade the environment using&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;conda upgrade -c esri arcgis&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, the module arcgis will be upgraded to version 1.5.3 and I would have rather expected the version to be 1.6.0.&lt;/P&gt;&lt;P&gt;I was wondering how I can upgrade to 1.6.0.&lt;/P&gt;&lt;P&gt;In addition, when the cloned environment is set as the active environment, running jupyter notebook opens the browser on &lt;A href="http://localhost:8888/tree"&gt;http://localhost:8888/tree&lt;/A&gt;, where there is only a white page. Using one of the urls provided in the command line after running notebooks only leads to the same outcome.&lt;/P&gt;&lt;P&gt;So in the end I cannot even run 1.5.3...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any chance someone here can tell me where it goes south?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 13:33:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863389#M4278</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2019-03-20T13:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863390#M4279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is pinned (check for your pinned file&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;conda upgrade &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;c esri &lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;no&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;pin arcgis&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 16:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863390#M4279</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-20T16:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863391#M4280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works! Thanks Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Karsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 19:25:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863391#M4280</guid>
      <dc:creator>KarstenRank</dc:creator>
      <dc:date>2019-03-20T19:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863392#M4281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Dan!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 11:15:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863392#M4281</guid>
      <dc:creator>TomGeo</dc:creator>
      <dc:date>2019-03-21T11:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863393#M4282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan - do you know why the pinning occurs and/or where to go to check the 'pinned' file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 16:05:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863393#M4282</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2019-03-28T16:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade arcgis module to version 1.6.0</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863394#M4283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just do a file explorer search in your ArcGIS pro installation path, looking for a file called 'pinned' with no file extension.&amp;nbsp; It is a text file, so notepad or notepad++… just don't mess with it unless you have a backup saved in a safe place... like where you saved your download of the *.exe for Pro and/or the msi and cab file derived from it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Mar 2019 18:42:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/upgrade-arcgis-module-to-version-1-6-0/m-p/863394#M4283</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-03-28T18:42:49Z</dc:date>
    </item>
  </channel>
</rss>

