<?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: ArcGIS Pro 2.5 and untools 2.5 python downgrades in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290328#M12652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Pro did you upgrade from? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2020 17:40:10 GMT</pubDate>
    <dc:creator>PaulLeBlanc1</dc:creator>
    <dc:date>2020-02-18T17:40:10Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290324#M12648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Several python packages will either be superseded or downgraded during an install of untools v2.5.0 in ArcGIS Pro 2.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After upgrading to Pro 2.5 I cloned my python env and began installing both the dltsolutions package and the untools package.&amp;nbsp; The untools version listed was 2.5.0.&amp;nbsp; The dltsolutions package installed fine.&amp;nbsp; However, the untools package never finished.&amp;nbsp; After trying to reinstall, the highest version available was 2.2.&amp;nbsp; Figuring&amp;nbsp;that this probably wasn't right, I opted to install via the ArcGIS python command prompt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A 'conda search untools' command did result in seeing v2.5.0 available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A 'conda install -c esri untools' command gave me this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/482407_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, my initial install of the untools package resulted in &lt;SPAN style="text-decoration: underline;"&gt;only one&lt;/SPAN&gt; version option, 2.5.0.&amp;nbsp; A second attempt resulted in the ability to choose only 2.2.0.x versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I do?&amp;nbsp; Install and keep the superseded packages&amp;nbsp;and then force the downgraded packages?&amp;nbsp; Roll back to Pro 2.4?&amp;nbsp; This doesn't pass the sniff test but I am not a python package expert...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 17:48:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290324#M12648</guid>
      <dc:creator>LoganSuhr_PSE</dc:creator>
      <dc:date>2020-02-17T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290325#M12649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;conda install blahblah --no-pin --dry-run&lt;/P&gt;&lt;P&gt;to see what will happen, most of the pinned files don't cause issue in my experience&lt;/P&gt;&lt;P&gt;Most of those in your list is because esri is put at the top of the list in the&lt;/P&gt;&lt;P&gt;.condarc&amp;nbsp; file .... its contents&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;channels:&lt;BR /&gt; - esri&lt;BR /&gt; - defaults&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hence the nag.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to try ... conda install blahblah --no-pin .... the worse that can happen is that you have to revert the revision.. from the conda prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda list --revisions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;conda install --revision xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where xx is some number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/23974217/how-do-i-revert-to-a-previous-package-in-anaconda" title="https://stackoverflow.com/questions/23974217/how-do-i-revert-to-a-previous-package-in-anaconda"&gt;python - How do I revert to a previous package in Anaconda? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 18:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290325#M12649</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-17T18:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290326#M12650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Dan.&lt;/P&gt;&lt;P&gt;I proceeded with the install.&amp;nbsp; Since it's a cloned environment anyway, the loses won't be that big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if it is related, but when I view the Geoprocessing pane, I now see this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="482459" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/482459_pastedImage_1.png" /&gt;&lt;IMG __jive_id="482460" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/482460_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**edit&lt;/P&gt;&lt;P&gt;I switched back to the default env and my toolboxes came back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 20:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290326#M12650</guid>
      <dc:creator>LoganSuhr_PSE</dc:creator>
      <dc:date>2020-02-17T20:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290327#M12651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They don't provide any other suggestions on the un site&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/install-the-utility-network-package-tools-toolbox.htm" title="https://solutions.arcgis.com/utilities/help/utility-network-automation/get-started/install-the-utility-network-package-tools-toolbox.htm"&gt;Install the Utility Network Package Tools toolbox—Get Started | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;or the anaconda site&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://anaconda.org/esri/untools" title="https://anaconda.org/esri/untools"&gt;https://anaconda.org/esri/untools&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2020 21:51:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290327#M12651</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2020-02-17T21:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290328#M12652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of Pro did you upgrade from? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 17:40:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290328#M12652</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2020-02-18T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.5 and untools 2.5 python downgrades</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290329#M12653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pro 2.4.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2020 17:45:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-5-and-untools-2-5-python-downgrades/m-p/290329#M12653</guid>
      <dc:creator>LoganSuhr_PSE</dc:creator>
      <dc:date>2020-02-18T17:45:10Z</dc:date>
    </item>
  </channel>
</rss>

