<?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 Announcement: ArcGIS API for Python v2.4.1 has been released! in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1605758#M11317</link>
    <description>&lt;P&gt;The 2.4.1 version of ArcGIS API for Python was released on April 7, 2025.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;A href="https://www.esri.com/arcgis-blog/products/api-python/announcements/whats-new-in-arcgis-api-for-python-2-4-1-april-2025" target="_self"&gt;"What's new" blog&lt;/A&gt; gives an overview of the main features and capabilities&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Item dependency graphs&lt;/LI&gt;&lt;LI&gt;Offline cloning / Backups&lt;/LI&gt;&lt;LI&gt;GDAL support for Spatially Enabled DataFame (SeDF)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The &lt;A href="https://developers.arcgis.com/python/latest/guide/release-notes-241/" target="_self"&gt;full release notes&lt;/A&gt; cover much more new functionality, bug fixes, and deprecation announcements&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Happy coding!&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 18:42:25 GMT</pubDate>
    <dc:creator>NicholasGiner1</dc:creator>
    <dc:date>2025-04-14T18:42:25Z</dc:date>
    <item>
      <title>Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1605758#M11317</link>
      <description>&lt;P&gt;The 2.4.1 version of ArcGIS API for Python was released on April 7, 2025.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The &lt;A href="https://www.esri.com/arcgis-blog/products/api-python/announcements/whats-new-in-arcgis-api-for-python-2-4-1-april-2025" target="_self"&gt;"What's new" blog&lt;/A&gt; gives an overview of the main features and capabilities&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Item dependency graphs&lt;/LI&gt;&lt;LI&gt;Offline cloning / Backups&lt;/LI&gt;&lt;LI&gt;GDAL support for Spatially Enabled DataFame (SeDF)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The &lt;A href="https://developers.arcgis.com/python/latest/guide/release-notes-241/" target="_self"&gt;full release notes&lt;/A&gt; cover much more new functionality, bug fixes, and deprecation announcements&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Happy coding!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 18:42:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1605758#M11317</guid>
      <dc:creator>NicholasGiner1</dc:creator>
      <dc:date>2025-04-14T18:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1612433#M11357</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/213176"&gt;@NicholasGiner1&lt;/a&gt;!&amp;nbsp;I'm excited for the dependency graphs and the SeDF updates.&lt;/P&gt;&lt;P&gt;Unfortunately, I'm having trouble installing 2.4.1 in my Pro 3.4.2 environment (&lt;SPAN&gt;arcgispro-py3-clone). When I follow th&lt;/SPAN&gt;&lt;SPAN&gt;e instructions in&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/latest/guide/install-and-set-up/arcgis-pro/#upgrade-package" target="_self"&gt;Using ArcGIS Pro 3.0 and later | ArcGIS API for Python &amp;gt; Upgrade Package&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;it only updates to&amp;nbsp;2.4.0.1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;conda install -c esri arcgis arcgis-mapping&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If I add the &lt;FONT face="courier new,courier"&gt;arcgis=2.4.1&lt;/FONT&gt; release number to the command, I get the following errors:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;├─ pin-3 is not installable because it requires&lt;BR /&gt;│ └─ python 3.11** , which conflicts with any installable versions previously reported;&lt;BR /&gt;└─ truststore 0.9.1.* is not installable because it conflicts with any installable versions previously reported.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The first one doesn't make much sense to me because I'm on Python 3.11.10 (which is what Pro installed). I don't really know what to make of the second one.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Has anyone else had this issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 May 2025 14:47:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1612433#M11357</guid>
      <dc:creator>Sean-Sweeney</dc:creator>
      <dc:date>2025-05-07T14:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1615410#M11402</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/443744"&gt;@Sean-Sweeney&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I had the same issue. Try downloading ArcGIS Pro 3.5. It worked for me.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 12:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1615410#M11402</guid>
      <dc:creator>PatriceLabbé</dc:creator>
      <dc:date>2025-05-16T12:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1615461#M11403</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/94672"&gt;@PatriceLabbé&lt;/a&gt;! I haven't had a chance to give 3.5 a try yet but this will be a good incentive to try it.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 14:34:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1615461#M11403</guid>
      <dc:creator>Sean-Sweeney</dc:creator>
      <dc:date>2025-05-16T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1617515#M11414</link>
      <description>&lt;P&gt;FYI for anyone thinking about upgrading to Pro 3.5 to get API for Python 2.4.1:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/calculate-field-does-not-honor-active-selection-or-laye-bug-000176644" target="_blank"&gt;BUG-000176644 for ArcGIS Pro&lt;/A&gt;&amp;nbsp;-&amp;nbsp;Calculate Field does not honor active selection or layer filters when using a SQL expression on file geodatabase data, resulting in all rows being calculated.&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2025 13:50:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1617515#M11414</guid>
      <dc:creator>Sean-Sweeney</dc:creator>
      <dc:date>2025-05-22T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Announcement: ArcGIS API for Python v2.4.1 has been released!</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1669146#M11795</link>
      <description>&lt;P&gt;Exact same issue here. Pro v 3.4.4.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Surely there must be another solution from ESRI other than 'just upgrade to Pro v3.5 especially with the bug that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/443744"&gt;@Sean-Sweeney&lt;/a&gt;&amp;nbsp; notes below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/213176"&gt;@NicholasGiner1&lt;/a&gt;&amp;nbsp; - any way to successfully work around this error? There's no option in Pro's package manager to just update the arcgis package to 2.4.1.3, even though it shows the latest available version as that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Following the ESRI guidance to use python command prompt results in the exact errors that Sean highlights above.&lt;/P&gt;&lt;P&gt;I tried updating the arcgis package to 2.4.1.3 using --no-deps to try and ignore the apparent dependencies conflicts, but that also doesn't work - fails with the same errors again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Very frustrating, to say the least.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 11:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/announcement-arcgis-api-for-python-v2-4-1-has-been/m-p/1669146#M11795</guid>
      <dc:creator>BStephenson</dc:creator>
      <dc:date>2025-11-28T11:18:36Z</dc:date>
    </item>
  </channel>
</rss>

