<?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.8 &amp;amp; spyder in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1174425#M55208</link>
    <description>&lt;P&gt;Yes. I also noticed that 5.15 became available in conda lately. Previously it could bring me as far as 5.0.5 and 5.15 was not in the library.&lt;/P&gt;</description>
    <pubDate>Tue, 17 May 2022 02:23:32 GMT</pubDate>
    <dc:creator>HanZheng</dc:creator>
    <dc:date>2022-05-17T02:23:32Z</dc:date>
    <item>
      <title>ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096081#M45295</link>
      <description>&lt;P&gt;I just installed ArcGIS Pro 2.8 and it appears that if I want to install spyder it is going to install v. 3.3.6.&amp;nbsp; This is archaic.&amp;nbsp; When I attempt this in conda it tells me if I do install, that it will downgrade both arcgispro and arcpy to 2.7&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get a more modern version of spyder for ArcGIS Pro 2.8??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 19:29:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096081#M45295</guid>
      <dc:creator>ChadFerguson1</dc:creator>
      <dc:date>2021-09-07T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096125#M45298</link>
      <description>&lt;P&gt;Open a python command prompt window in your cloned environment and do it with a conda command:&lt;/P&gt;&lt;P&gt;conda install spyder=5.0.4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 20:46:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096125#M45298</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-09-07T20:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096143#M45301</link>
      <description>&lt;P&gt;I tried that but got a laundry list of reasons why it's incompatible&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of all the messages I received, this might help narrow it down??&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Your python: esri/win-64::python==3.7.10=0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If python is on the left-most side of the chain, that's the version you've asked for.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;When python appears to the right, that indicates that the thing on the left is somehow&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;not available for the python version you are constrained to. Note that conda will not&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;change your python version to a different minor version unless you explicitly specify&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;that.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 21:53:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096143#M45301</guid>
      <dc:creator>ChadFerguson1</dc:creator>
      <dc:date>2021-09-07T21:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096145#M45302</link>
      <description>&lt;P&gt;Are you at 2.8.0?&amp;nbsp; If so, that release had a bunch of problems with adding packages and clones.&amp;nbsp; Upgrade tp 2.8.2.&amp;nbsp; I used the conda install command on my 2.8.2 install.&amp;nbsp; I had installed 2.8 but backed it out when I ran into the problems.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 22:02:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096145#M45302</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-09-07T22:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096153#M45303</link>
      <description>&lt;LI-CODE lang="python"&gt;conda install spyder=5.0.5 --no-pin&lt;/LI-CODE&gt;&lt;P&gt;should work, or specify the "default" channel, in just change your &lt;STRONG&gt;.condarc&lt;/STRONG&gt; file&lt;/P&gt;&lt;P&gt;you can switch the order of precedence if you like to live on the edge&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\your_install_folder\bin\Python&lt;/P&gt;&lt;P&gt;open in a text editor, it will look like this&lt;/P&gt;&lt;P&gt;channels:&lt;BR /&gt;- esri&lt;BR /&gt;- defaults&lt;/P&gt;&lt;P&gt;change to...&lt;/P&gt;&lt;P&gt;channels:&lt;BR /&gt;- defaults&lt;BR /&gt;- esri&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have been using spyder for years and yes, they need to remove the old version of spyder from their channel or keep pace with the times.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 22:33:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096153#M45303</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-07T22:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096328#M45318</link>
      <description>&lt;P&gt;Our organization only has version 2.8.0 certified for installation. As JoeB &lt;SPAN class="UserName lia-user-name lia-user-rank-MVP-Esteemed-Contributor lia-component-message-view-widget-author-username"&gt;suggested there are known problems with that version I gave up and rolled back to 2.7.3.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP-Esteemed-Contributor lia-component-message-view-widget-author-username"&gt;So at least I am back up and running.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP-Esteemed-Contributor lia-component-message-view-widget-author-username"&gt;I squandered about a day and a half for nothing. Simply unbelievable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="UserName lia-user-name lia-user-rank-MVP-Esteemed-Contributor lia-component-message-view-widget-author-username"&gt;Thanks for the suggestions and tips!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:32:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1096328#M45318</guid>
      <dc:creator>ChadFerguson1</dc:creator>
      <dc:date>2021-09-08T12:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123196#M48744</link>
      <description>&lt;P&gt;The above solution above doesn't seem to work for Pro versions 2.8 and 2.9.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anytime the approaches above are tried, --no-pin etc., it starts with this message:&lt;/P&gt;&lt;P&gt;"The environment is inconsistent, please check the package plan carefully&lt;BR /&gt;The following packages are causing the inconsistency:"&lt;/P&gt;&lt;P&gt;And ultimately fails to update spyder or spyder-kernels. I found a &lt;STRONG&gt;two-step&lt;/STRONG&gt; work around that worked, though I recommend it only be applied to a cloned environment. First update all packages, and let conda discern what's the optimal set up.&lt;/P&gt;&lt;P&gt;conda upate -all&lt;/P&gt;&lt;P&gt;Yes this will ask you to downgrade arcpy to v. 2.7 as well as other attendant ESRI packages. This will make it incompatible with the installed version. The second step will amend this. Frankly this is a testament that ESRI has failed to put together a stable Python package for versions 2.8 and 2.9.... Now update arcpy by installing the correct version.&lt;/P&gt;&lt;P&gt;conda install arcpy=2.8 #or 2.9 per installed version&lt;/P&gt;&lt;P&gt;This will update arcpy and attendant ESRI packages, but will leave most other updates, including spyder, alone.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 23:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123196#M48744</guid>
      <dc:creator>AlexanderStum</dc:creator>
      <dc:date>2021-12-06T23:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123352#M48762</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;The above solution above doesn't seem to work for Pro versions 2.8&amp;nbsp;...&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Well, I have Pro 2.8.2 installed and Spyder 5.0.5 installed in a cloned environment and things are working smoothly.&amp;nbsp; I'm two weeks out from retirement and plan to enjoy the time I have left, so I won't be upgrading to 2.9.0 anytime soon....&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 15:28:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123352#M48762</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-07T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123370#M48765</link>
      <description>&lt;P&gt;and I have Pro 2.9 and Spyder 5.15 installed in the main environment (no clone)&lt;/P&gt;&lt;P&gt;maybe in retirement things just go more smoothly &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 16:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1123370#M48765</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-12-07T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127332#M49167</link>
      <description>&lt;P&gt;This software just never fails to disappoint.&lt;/P&gt;&lt;P&gt;Same problem:&amp;nbsp; Fresh install of 2.9. Cloned environment, install spyder, wait, blow up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;(arcgispro-spy) C:\arc_pro\bin\Python\envs\arcgispro-spy&amp;gt;conda install spyder=5.1.5 --no-pin
Collecting package metadata (current_repodata.json): done
Solving environment: |
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:

  - esri/win-64::arcgis==1.9.1=py37_2327
  - esri/win-64::arcpy==2.9=py37_arcgispro_32704
  - esri/win-64::cftime==1.5.0=py37_1
  - esri/win-64::gdal==3.3.0=arcgispro_py37_16778
  - esri/win-64::h5py==2.10.0=py37_arcgispro_12
  - esri/noarch::lerc==2.2=py_0
  - esri/win-64::matplotlib==3.4.2=py37_arcgispro_1
  - defaults/win-64::mkl-service==2.3.0=py37h196d8e1_0
  - defaults/win-64::mkl_fft==1.3.0=py37h46781fe_0
  - esri/win-64::mkl_random==1.2.0=py37_0
  - esri/win-64::netcdf4==1.5.7=py37_arcgispro_2
  - defaults/win-64::numexpr==2.7.3=py37hcbcaa1e_0
  - esri/win-64::numpy==1.20.1=py37_0
  - defaults/win-64::pandas==1.2.3=py37hf11a4ad_0
  - esri/noarch::saspy==3.7.3=py_0
  - defaults/win-64::scipy==1.6.2=py37h14eb087_0
  - esri/win-64::swat==1.9.3=py37_0
  - defaults/noarch::xarray==0.17.0=pyhd3eb1b0_0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;After that just a littany of conflicts.&lt;/P&gt;&lt;P&gt;I actually&amp;nbsp;&lt;EM&gt;thought&lt;/EM&gt; I had this working on 2.8 somehow... arcpy would import fine then the kernel would crash anytime you tried to use it. I had hoped upgrading to 2.9 might remedy... ha!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 21:56:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127332#M49167</guid>
      <dc:creator>PhilipWhite1</dc:creator>
      <dc:date>2021-12-17T21:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127335#M49168</link>
      <description>&lt;P&gt;First question, did you already install spyder? If not, install spyder, don't worry about version at this step, just get a version, let conda pick what's acceptable.&lt;/P&gt;&lt;P&gt;Second, now try updating everything with&amp;nbsp;&lt;SPAN&gt;conda upate -all?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;This will demote your ESRI modules, but that is okay. After you have updated everything, namely Spyder, you will fix that.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Third, now do&amp;nbsp;conda install arcpy=2.9. This will revert the demotion of your ESRI modules but will leave most else updated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 22:18:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127335#M49168</guid>
      <dc:creator>AlexanderStum</dc:creator>
      <dc:date>2021-12-17T22:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127353#M49170</link>
      <description>&lt;P&gt;Thanks Alex,&lt;/P&gt;&lt;P&gt;Nope, couldn't get it successfully installed.. after seeing your message, i tried:&lt;/P&gt;&lt;LI-CODE lang="c"&gt;conda install -c esri spyder -y&lt;/LI-CODE&gt;&lt;P&gt;Following these instructions:&amp;nbsp;&lt;A href="https://env859.github.io/python/spyder.html" target="_blank"&gt;https://env859.github.io/python/spyder.html&lt;/A&gt;. So thanks Duke University!&lt;/P&gt;&lt;P&gt;By installing from esri channel it seemed to work without going through the downgrading and upgrading arcpy steps. Well, until it doesn't . &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If this blows up I'll try that.&lt;/P&gt;&lt;P&gt;Thanks! Didn't follow your method but it let me in the right direction anyway.&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;</description>
      <pubDate>Fri, 17 Dec 2021 23:07:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1127353#M49170</guid>
      <dc:creator>PhilipWhite1</dc:creator>
      <dc:date>2021-12-17T23:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1155481#M53021</link>
      <description>&lt;P&gt;Spyder 5.0.5 still works while I was using ArcGIS Pro 2.9.1.&lt;/P&gt;&lt;P&gt;Yesterday I upgraded to 2.9.2 and it started showing up these when I tried to start Spyder in Python Command Prompt although I am 100% sure if it is related to the new update.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HanZheng_0-1647718198138.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36782i478566BAB82C500E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HanZheng_0-1647718198138.png" alt="HanZheng_0-1647718198138.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 19:30:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1155481#M53021</guid>
      <dc:creator>HanZheng</dc:creator>
      <dc:date>2022-03-19T19:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1155493#M53027</link>
      <description>&lt;P&gt;Neverminded.&lt;/P&gt;&lt;P&gt;I probably messed up something else during the process. I deleted the cloned environment and cloned a new one in ArcGIS Pro 2.9.2. Although I never found out why it got wrong in the first place, at least the Spyder 5.1.5 is working now with ArcGIS Pro 2.9.2&lt;/P&gt;&lt;P&gt;One thing I noticed (it probably was not the case for others) is that while I was using either Spyder 5.0.5 or 5.1.5, this error always came out in Python Command Prompt.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;link image0 hasn't been detected spyder&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although this doesn't really stop Spyder from launching in my machine, the process in python command prompt seems to be stalled. So if I accidentally closed the Python cmd, it will shut down the Spyder as well, which is quite annoying.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is not a good suggestion, but what I did was to use pip to install an even newer Spyder (5.2.2) that is not in Conda's library.&lt;/P&gt;&lt;P&gt;Another thing I learned this time is that do never do "conda update spyder" because it will bring you back to problematic Spyder 3.3.6.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Mar 2022 00:09:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1155493#M53027</guid>
      <dc:creator>HanZheng</dc:creator>
      <dc:date>2022-03-20T00:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1174422#M55207</link>
      <description>&lt;P&gt;More recently, on 2.9.3, I experienced this issue. I found that after cloning the environment, you must install spyder (which initially only shows v 3.*), then uninstall the spyder package. When you go back in to Add Packages, Spyder 5.1.5 will *magically* be available to install. This fixes issues with Spyder 3.* failing to initialize (which from sleuthing seems to be because of associated dependencies being too new for v.3's requirements).&amp;nbsp;&lt;/P&gt;&lt;P&gt;While this is not ideal, I found it to work for my use case.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 01:20:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1174422#M55207</guid>
      <dc:creator>OSU_R_Webb</dc:creator>
      <dc:date>2022-05-17T01:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 2.8 &amp; spyder</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1174425#M55208</link>
      <description>&lt;P&gt;Yes. I also noticed that 5.15 became available in conda lately. Previously it could bring me as far as 5.0.5 and 5.15 was not in the library.&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 02:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-2-8-amp-spyder/m-p/1174425#M55208</guid>
      <dc:creator>HanZheng</dc:creator>
      <dc:date>2022-05-17T02:23:32Z</dc:date>
    </item>
  </channel>
</rss>

