<?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: Install untools breaks arcgis.gis connexion in ArcGIS Utility Network Questions</title>
    <link>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1498741#M4054</link>
    <description>&lt;P&gt;The issue is with the &lt;FONT face="terminal,monaco"&gt;requests&lt;/FONT&gt; library. &lt;FONT face="terminal,monaco"&gt;conda&lt;/FONT&gt; updated this package during the installation of &lt;FONT face="terminal,monaco"&gt;untools&lt;/FONT&gt; (despite &lt;FONT face="terminal,monaco"&gt;untools&lt;/FONT&gt; not even using it).&lt;/P&gt;&lt;P&gt;You need &lt;FONT face="terminal,monaco"&gt;requests &amp;gt;=2.30.0,&amp;lt;2.32.0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I was able to reproduce this and confirmed that downgrading to &lt;FONT face="terminal,monaco"&gt;requests 2.31.0&lt;/FONT&gt; resolved it.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Jun 2024 22:27:07 GMT</pubDate>
    <dc:creator>PaulLeBlanc1</dc:creator>
    <dc:date>2024-06-27T22:27:07Z</dc:date>
    <item>
      <title>Install untools breaks arcgis.gis connexion</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1498706#M4053</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;after upgrading to Pro 3.3, I created a new python clone environment.&lt;/P&gt;&lt;P&gt;After that, I can create a GIS connection in python using arcgis.gis.GIS(**PORTAL)&lt;/P&gt;&lt;P&gt;But, then, I installed untools and it broke the GIS connection.&lt;/P&gt;&lt;P&gt;Now I have this error :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800080"&gt;Traceback (most recent call last):&lt;BR /&gt;File "***\rebuild.py", line 71, in &amp;lt;module&amp;gt;&lt;BR /&gt;portalTigre = arcgis.gis.GIS(**PORTAL)&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\__init__.py", line 637, in __init__&lt;BR /&gt;raise e&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\__init__.py", line 576, in __init__&lt;BR /&gt;self._portal = _portalpy.Portal(&lt;BR /&gt;^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\_impl\_portalpy.py", line 210, in __init__&lt;BR /&gt;self.con = Connection(&lt;BR /&gt;^^^^^^^^^^^&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 356, in __init__&lt;BR /&gt;self._create_session()&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 588, in _create_session&lt;BR /&gt;if self._check_product() == "SERVER":&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 1961, in _check_product&lt;BR /&gt;res = self.get(baseurl + "/info", params={"f": "json"})&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;File "***\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py", line 853, in get&lt;BR /&gt;raise Exception("A general error occurred: %s" % e)&lt;BR /&gt;Exception: A general error occurred: maximum recursion depth exceeded&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;More info :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PierreloupDucroix_0-1719525978726.png" style="width: 710px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/108209iE599C0DB0E5C1767/image-dimensions/710x643?v=v2" width="710" height="643" role="button" title="PierreloupDucroix_0-1719525978726.png" alt="PierreloupDucroix_0-1719525978726.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;PierreloupDucroix_0-1719525978726.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I did it twice with the same result&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 22:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1498706#M4053</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-06-27T22:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Install untools breaks arcgis.gis connexion</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1498741#M4054</link>
      <description>&lt;P&gt;The issue is with the &lt;FONT face="terminal,monaco"&gt;requests&lt;/FONT&gt; library. &lt;FONT face="terminal,monaco"&gt;conda&lt;/FONT&gt; updated this package during the installation of &lt;FONT face="terminal,monaco"&gt;untools&lt;/FONT&gt; (despite &lt;FONT face="terminal,monaco"&gt;untools&lt;/FONT&gt; not even using it).&lt;/P&gt;&lt;P&gt;You need &lt;FONT face="terminal,monaco"&gt;requests &amp;gt;=2.30.0,&amp;lt;2.32.0&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I was able to reproduce this and confirmed that downgrading to &lt;FONT face="terminal,monaco"&gt;requests 2.31.0&lt;/FONT&gt; resolved it.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 22:27:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1498741#M4054</guid>
      <dc:creator>PaulLeBlanc1</dc:creator>
      <dc:date>2024-06-27T22:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Install untools breaks arcgis.gis connexion</title>
      <link>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1499601#M4060</link>
      <description>&lt;P&gt;Thanks Paul,&lt;/P&gt;&lt;P&gt;pip install requests==2.31.0 did resolve the bug.&lt;/P&gt;&lt;P&gt;Weirdly, conda install requests=2.31.0 does nothing...&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jun 2024 21:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-utility-network-questions/install-untools-breaks-arcgis-gis-connexion/m-p/1499601#M4060</guid>
      <dc:creator>PierreloupDucroix</dc:creator>
      <dc:date>2024-06-30T21:14:28Z</dc:date>
    </item>
  </channel>
</rss>

