<?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 python package dependencies incompatible in Arc Pro 3.1.3 python base environment in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375770#M69749</link>
    <description>&lt;P&gt;You would have to file a Tech Support issue to ensure that it is brought to esri staff.&amp;nbsp; They don't routinely monitor Community for issues&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2024 02:41:35 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-01-30T02:41:35Z</dc:date>
    <item>
      <title>arcgis python package dependencies incompatible in Arc Pro 3.1.3 python base environment</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1373285#M69702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My workplace upgraded to Arc Pro 3.1.3 recently. I tried importing arcgis in a python toolbox in the new python base env that comes with that but get errors. The import used to work in Arc Pro 2.9 base python env.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The new errors relate to the versions of pandas and dask in the new python base env being incompatible.&lt;/P&gt;&lt;P&gt;It seems the arcgis package tries to import dask, which in turn tries to import pandas but the versions are incompatible so you get this error&lt;/P&gt;&lt;P&gt;import arcgis&lt;/P&gt;&lt;P&gt;AttributeError:module 'pandas.core.strings' has no attribute 'String Methods'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be resolved by the solution here:&amp;nbsp;&lt;A href="https://stackoverflow.com/questions/76322899/attributeerror-module-pandas-core-strings-has-no-attribute-stringmethods-wh" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/76322899/attributeerror-module-pandas-core-strings-has-no-attribute-stringmethods-wh&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;pip install --upgrade pandas &lt;SPAN class=""&gt;"dask[complete]"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Is there a way that the pandas and dask packages in the arc python base env can be made compatible without the user having to fix it- this makes it difficult to deploy arc toolboxes to our organisation. Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 01:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1373285#M69702</guid>
      <dc:creator>VersaceGrace</dc:creator>
      <dc:date>2024-01-23T01:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis python package dependencies incompatible in Arc Pro 3.1.3 python base environment</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1373287#M69703</link>
      <description>&lt;P&gt;Did the environment show a mismatch? Which, unfortunately, would require you to check in the first place, rather than getting&amp;nbsp; a warning if there are multiple environments&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/upgrade-an-environment.htm" target="_blank"&gt;Upgrade an environment—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/update-a-package.htm" target="_blank"&gt;Update packages—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 01:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1373287#M69703</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-01-23T01:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis python package dependencies incompatible in Arc Pro 3.1.3 python base environment</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375755#M69746</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got a long traceback of package import errors that finish with the listed pandas error. Updating pandas/dask fixed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just wanted to make esri aware because the user would expect the arcgis package to be compatible with the default base env shipped with arc pro and it currently is not- esri should fix that in the next release.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 01:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375755#M69746</guid>
      <dc:creator>VersaceGrace</dc:creator>
      <dc:date>2024-01-30T01:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis python package dependencies incompatible in Arc Pro 3.1.3 python base environment</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375756#M69747</link>
      <description>&lt;P&gt;Thank you for your suggestion though, but I will have to make a script to custom update the base envs for staff. My tool is meant to be used across the organisation and I can't rely on individual staff being able to update envs and packages themselves when they have limited python knowledge and only use arc pro in specific contexts.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 01:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375756#M69747</guid>
      <dc:creator>VersaceGrace</dc:creator>
      <dc:date>2024-01-30T01:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: arcgis python package dependencies incompatible in Arc Pro 3.1.3 python base environment</title>
      <link>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375770#M69749</link>
      <description>&lt;P&gt;You would have to file a Tech Support issue to ensure that it is brought to esri staff.&amp;nbsp; They don't routinely monitor Community for issues&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 02:41:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcgis-python-package-dependencies-incompatible-in/m-p/1375770#M69749</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-01-30T02:41:35Z</dc:date>
    </item>
  </channel>
</rss>

