<?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 Seaborn breaks Pandas in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120440#M48327</link>
    <description>&lt;P&gt;Hi, I'm using Pro 2.8.2 and Spyder 5 as my IDE. Adding Seaborn to a cloned environment breaks Pandas. When I try to import Pandas I get an error (see below); importing Seaborn causes a similar error. Any thoughts?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;In [1]: import pandas&lt;BR /&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "&amp;lt;ipython-input-1-38d4b0363d82&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;import pandas&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\__init__.py", line 22, in &amp;lt;module&amp;gt;&lt;BR /&gt;from pandas.compat import (&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\compat\__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;BR /&gt;from pandas.compat.pyarrow import (&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\compat\pyarrow.py", line 9, in &amp;lt;module&amp;gt;&lt;BR /&gt;_palv = Version(_pa_version)&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\util\version\__init__.py", line 339, in __init__&lt;BR /&gt;match = self._regex.search(version)&lt;/P&gt;&lt;P&gt;TypeError: expected string or bytes-like object&lt;/P&gt;</description>
    <pubDate>Fri, 26 Nov 2021 14:44:24 GMT</pubDate>
    <dc:creator>ChristopherBater</dc:creator>
    <dc:date>2021-11-26T14:44:24Z</dc:date>
    <item>
      <title>Seaborn breaks Pandas</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120440#M48327</link>
      <description>&lt;P&gt;Hi, I'm using Pro 2.8.2 and Spyder 5 as my IDE. Adding Seaborn to a cloned environment breaks Pandas. When I try to import Pandas I get an error (see below); importing Seaborn causes a similar error. Any thoughts?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;P&gt;In [1]: import pandas&lt;BR /&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;File "&amp;lt;ipython-input-1-38d4b0363d82&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;import pandas&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\__init__.py", line 22, in &amp;lt;module&amp;gt;&lt;BR /&gt;from pandas.compat import (&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\compat\__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;BR /&gt;from pandas.compat.pyarrow import (&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\compat\pyarrow.py", line 9, in &amp;lt;module&amp;gt;&lt;BR /&gt;_palv = Version(_pa_version)&lt;/P&gt;&lt;P&gt;File "C:\Users\user.name\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone1\lib\site-packages\pandas\util\version\__init__.py", line 339, in __init__&lt;BR /&gt;match = self._regex.search(version)&lt;/P&gt;&lt;P&gt;TypeError: expected string or bytes-like object&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 14:44:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120440#M48327</guid>
      <dc:creator>ChristopherBater</dc:creator>
      <dc:date>2021-11-26T14:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Seaborn breaks Pandas</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120471#M48331</link>
      <description>&lt;P&gt;What are the specific installed versions of&amp;nbsp; matplotlib, pandas and pyarrow?&amp;nbsp; and what version of seaborn are you trying to use?&amp;nbsp; There may be a version conflict.&amp;nbsp; Also, you didn't use pip anywhere during the install process did you?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 17:01:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120471#M48331</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-26T17:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Seaborn breaks Pandas</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120474#M48333</link>
      <description>&lt;P&gt;Without seaborn installed, here are the packages and versions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;# Name                    Version                   Build  Channel
freetype                  2.10.4                   vc14_3  [vc14]  esri

(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;conda list matplotlib
# packages in environment at C:\arc_pro\bin\Python\envs\arcgispro-py3:
#
# Name                    Version                   Build  Channel
matplotlib                3.4.2           py37_arcgispro_1  [arcgispro]  esri

(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;conda list pandas
# packages in environment at C:\arc_pro\bin\Python\envs\arcgispro-py3:
#
# Name                    Version                   Build  Channel
pandas                    1.3.4            py37h6214cd6_0

(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;conda list spyder
# packages in environment at C:\arc_pro\bin\Python\envs\arcgispro-py3:
#
# Name                    Version                   Build  Channel
pyls-spyder               0.4.0              pyhd3eb1b0_0
spyder                    5.1.5            py37haa95532_1
spyder-kernels            2.1.3            py37haa95532_0

(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;and here is what it wants to install&lt;/P&gt;&lt;LI-CODE lang="python"&gt;(arcgispro-py3) C:\arc_pro\bin\Python\envs\arcgispro-py3&amp;gt;conda install seaborn --dry-run
Collecting package metadata (current_repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\arc_pro\bin\Python\envs\arcgispro-py3

  added / updated specs:
    - seaborn


The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    seaborn-0.11.2             |     pyhd3eb1b0_0         218 KB
    ------------------------------------------------------------
                                           Total:         218 KB

The following NEW packages will be INSTALLED:

  seaborn            pkgs/main/noarch::seaborn-0.11.2-pyhd3eb1b0_0



DryRunExit: Dry run. Exiting.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 18:03:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1120474#M48333</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-11-26T18:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Seaborn breaks Pandas</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1121754#M48538</link>
      <description>&lt;P&gt;Hi Dan, I installed Seaborn using Pro's Python package manager (ie not using Conda' command prompt). As requested, see below, and thanks for your time!&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Without Seaborn
# Name   	Version Build Channel
matplotlib 	3.3.1 	py37_arcgispro_0 [arcgispro] esri
pandas      	1.2.3   py37hf11a4ad_0
pyarrow     	1.0.1   1    esri
pyls-spyder	0.4.0       pyhd3eb1b0_0
spyder		5.1.5       py37haa95532_1
spyder-kernels	2.1.3       py37haa95532_0

With Seaborn
# Name   	Version     Build Channel
matplotlib      3.3.1       py37_arcgispro_0  [arcgispro]  esri
pandas          1.3.4       py37h6214cd6_0
pyarrow         1.0.1       1    esri
pyls-spyder     0.4.0       pyhd3eb1b0_0
seaborn         0.11.2      pyhd3eb1b0_0
spyder          5.1.5       py37haa95532_1
spyder-kernels  2.1.3       py37haa95532_0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 17:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1121754#M48538</guid>
      <dc:creator>ChristopherBater</dc:creator>
      <dc:date>2021-12-01T17:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Seaborn breaks Pandas</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1121782#M48543</link>
      <description>&lt;P&gt;I have matplotlib 3.4.2 yours is 3.3.1, I haven't installed Seaborn in a while, but the version is different and you will only find out if it should update is you use conda&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 18:05:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/seaborn-breaks-pandas/m-p/1121782#M48543</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-01T18:05:21Z</dc:date>
    </item>
  </channel>
</rss>

