<?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 Another Pro 2.6 Clone problem in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488582#M21488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't recall how many times I've cloned python environments for ArcGIS pro and then added packages to them, but, this one takes the cake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the ArcGIS pro package mis-manager I install spyder 3.something and spyder kernel 1.9.2 and upon launching spyder I get the 'Spyder has encountered an internal problem' window, telling me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;plugin = mod.PLUGIN_CLASS(self)
AttributeError: '_ModuleMock' object has no attribute 'PLUGIN_CLASS'&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well cowboy, this isn't my first rodeo (see&amp;nbsp;&lt;A href="https://community.esri.com/thread/228639" target="_blank"&gt;_ModuleMock object has to attribute 'PLUGIN CLASS' &lt;/A&gt;&amp;nbsp;for example) so I open a python command window in my new clone and run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;conda update spyder&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But, after that the sh## storm really starts.&amp;nbsp; I get another internal problem window with so many issues, I can't believe my eyes:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="575" src="https://community.esri.com/legacyfs/online/502408_pastedImage_2.png" width="449" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the full list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1393&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_hover_response
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_request_hover_clicked&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
TypeError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; CodeEditor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sig_display_object_info&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;str&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; bool&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;emit&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; argument &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; has unexpected type &lt;SPAN class="string token"&gt;'list'&lt;/SPAN&gt;

During handling of the above exception&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; another exception occurred&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;

Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;994&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; emit
    msg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;record&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;840&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; format
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; fmt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;record&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;577&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; format
    record&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;message &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; record&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;getMessage&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;338&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; getMessage
    msg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; msg &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;args
ValueError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; incomplete format
Call stack&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\Scripts\spyder-script.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exit&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;main&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\start.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;219&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; main
    mainwindow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;main&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\mainwindow.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;3763&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; main
    mainwindow &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; run_spyder&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;app&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; options&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; args&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\mainwindow.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;3679&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; run_spyder
    app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exec_&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;302&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;lambda&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;lambda&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;receive_timeout&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;136&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; receive_timeout
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;howto_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;177&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; howto_send_to_codeeditor
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;skip_and_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;205&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; skip_and_send_to_codeeditor
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gather_and_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;request_responses&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;273&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; gather_and_send_to_codeeditor
    response_instance&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;handle_response&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_type&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; responses&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_response
    handler&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;params&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1406&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_hover_response
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;log_lsp_handle_errors&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Error when processing hover"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1050&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; log_lsp_handle_errors
    logger&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;error&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'%'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; stack_info&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Message&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%'&lt;/SPAN&gt;
Arguments&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've wiped my previous environments (I'll remember what other package dependencies I need to fix tomorrow when my over night scripts fail).&amp;nbsp; I get the same lengthy list of issues if I do a straight conda install for spyder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to think everything was going so well today too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions? I guess I could uninstall ArcGIS Pro entirely, and reinstall, but then what's the point in 'upgrading'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/405782" target="_blank"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116" target="_blank"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;(I never know which of you is the right one...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 21:29:34 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2021-12-11T21:29:34Z</dc:date>
    <item>
      <title>Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488582#M21488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't recall how many times I've cloned python environments for ArcGIS pro and then added packages to them, but, this one takes the cake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the ArcGIS pro package mis-manager I install spyder 3.something and spyder kernel 1.9.2 and upon launching spyder I get the 'Spyder has encountered an internal problem' window, telling me:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;plugin = mod.PLUGIN_CLASS(self)
AttributeError: '_ModuleMock' object has no attribute 'PLUGIN_CLASS'&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well cowboy, this isn't my first rodeo (see&amp;nbsp;&lt;A href="https://community.esri.com/thread/228639" target="_blank"&gt;_ModuleMock object has to attribute 'PLUGIN CLASS' &lt;/A&gt;&amp;nbsp;for example) so I open a python command window in my new clone and run&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;conda update spyder&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But, after that the sh## storm really starts.&amp;nbsp; I get another internal problem window with so many issues, I can't believe my eyes:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="575" src="https://community.esri.com/legacyfs/online/502408_pastedImage_2.png" width="449" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the full list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1393&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_hover_response
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_request_hover_clicked&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
TypeError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; CodeEditor&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;sig_display_object_info&lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;str&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; bool&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;emit&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; argument &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt; has unexpected type &lt;SPAN class="string token"&gt;'list'&lt;/SPAN&gt;

During handling of the above exception&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; another exception occurred&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;

Traceback &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;most recent call last&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;994&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; emit
    msg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;record&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;840&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; format
    &lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; fmt&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;format&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;record&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;577&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; format
    record&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;message &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; record&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;getMessage&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\logging\__init__.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;338&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; getMessage
    msg &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; msg &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;args
ValueError&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; incomplete format
Call stack&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\Scripts\spyder-script.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;10&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;module&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    sys&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exit&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;main&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\start.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;219&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; main
    mainwindow&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;main&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\mainwindow.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;3763&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; main
    mainwindow &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; run_spyder&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;app&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; options&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; args&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\app\mainwindow.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;3679&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; run_spyder
    app&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;exec_&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;302&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="keyword token"&gt;lambda&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;
    &lt;SPAN class="keyword token"&gt;lambda&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;receive_timeout&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;136&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; receive_timeout
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;howto_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;177&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; howto_send_to_codeeditor
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;skip_and_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_id&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;205&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; skip_and_send_to_codeeditor
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;gather_and_send_to_codeeditor&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;request_responses&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\completion\plugin.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;273&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; gather_and_send_to_codeeditor
    response_instance&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;handle_response&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;req_type&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; responses&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1019&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_response
    handler&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;params&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1406&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; handle_hover_response
    self&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;log_lsp_handle_errors&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"Error when processing hover"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
  File &lt;SPAN class="string token"&gt;"C:\EnvClones\arcgispro26\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; line &lt;SPAN class="number token"&gt;1050&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; log_lsp_handle_errors
    logger&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;error&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;'%'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; stack_info&lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token boolean"&gt;True&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
Message&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;'%'&lt;/SPAN&gt;
Arguments&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;1&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've wiped my previous environments (I'll remember what other package dependencies I need to fix tomorrow when my over night scripts fail).&amp;nbsp; I get the same lengthy list of issues if I do a straight conda install for spyder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And to think everything was going so well today too....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suggestions? I guess I could uninstall ArcGIS Pro entirely, and reinstall, but then what's the point in 'upgrading'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/405782" target="_blank"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3116" target="_blank"&gt;Dan Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;(I never know which of you is the right one...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:29:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488582#M21488</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-12-11T21:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488583#M21489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/4422"&gt;Joe Borgione&lt;/A&gt; We are both wondering why you tried installing Spyder 3? (and was the new look&amp;nbsp;post fly fishing?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I installed Spyder in the base/main environment and the only issue I had was that Matplotlib doesn't work in ArcGIS Pro notebooks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that isn't a real problem since&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/danretired/blog/2020/08/01/notebooks-in-spyder"&gt;https://community.esri.com/people/danretired/blog/2020/08/01/notebooks-in-spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do a really good job, unless you want to see a map... but why would you want to see a map in an ArcGIS Pro Notebook, when you can just look at the map... anyway, we digress &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suspect it is the IPython widgets (or dependencies) conflicting with what is not in Pro 2.6.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't tracked the issues down with Matplotlib, but ipython is used by Pro, Matplotlib and spyder and the latest version of Spyder uses upgraded ipython and the widgets.&lt;/P&gt;&lt;P&gt;So in short, install Spyder 4.14 ... in your clone if you must&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 23:30:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488583#M21489</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-04T23:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488584#M21490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/4422"&gt;Joe Borgione&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;apparently others are having clone issues&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/257533-trying-to-clone-python-environment-in-arcgis-pro-26"&gt;https://community.esri.com/thread/257533-trying-to-clone-python-environment-in-arcgis-pro-26&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 00:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488584#M21490</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-05T00:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488585#M21491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both Dans- yes the new look is post fly fishing; actually on what I affectionatley call the 'Mighty' Weber River not far from home. The old me was really the young me, when I used do a lot of back country skiing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At any rate, using conda for the install instead of Pro, I did install 4.1.4 spyder but ended up with the same laundry list of issues.&amp;nbsp; (I have seen the other post you mention; now there are two data points and we can draw a line...)&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you don't clone you are adding packages right to the default env with conda, right? And you haven't see any issues as I describe? Scheduled for a fish day in the morning but I'll get righ back at it day after tomorrow and maybe scrap the clone. (Prepping for retirement: My wife said the other day, "Just think how good your casting will be once your'e&amp;nbsp; retired!"...&amp;nbsp; Love that woman to pieces!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oh, this:&amp;nbsp;&lt;STRONG style="background-color: #ffffff; "&gt;why would you want to see a map in an ArcGIS Pro Notebook, when you can just look at the map.&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;Been wondering the same thing!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 01:29:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488585#M21491</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-08-05T01:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488586#M21492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; margin: 20px 0px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;So in short, install Spyder 4.14 ... in your clone if you must&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Okay- here is what I ended up doing;&amp;nbsp; I wiped the the clone, and re-cloned the default that pro 2.6 provides&amp;nbsp; Then, using conda, not arcgis pro, I install spyder using:&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&lt;/P&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;conda install spyder=4.1.3&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;No errors. Yet...&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="border: 0px; font-size: 14px;"&gt;&lt;/DIV&gt;&lt;DIV class="" style="border: 0px; font-size: 14px; margin: 20px 0px 0px;"&gt;&lt;DIV class="" data-comment-id="945460" style="color: #8b8b8b; border: none; font-weight: inherit; font-size: 0.8571rem;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:01:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488586#M21492</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-08-06T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488587#M21493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to continue the discussion: &lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌: are you hearing any more issues with installing the latest Spyder version for ArcGIS Pro 2.6?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 16:07:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488587#M21493</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-08-06T16:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488588#M21494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just don't use matplotlib in ArcGIS Pro notebooks, you can't make graphs.&amp;nbsp; If you want to get adventurous&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/danretired/blog/2020/08/01/notebooks-in-spyder"&gt;https://community.esri.com/people/danretired/blog/2020/08/01/notebooks-in-spyder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need notebooks but not maps &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;PS&amp;nbsp; you installed 4.1.3&amp;nbsp; upgrade! 4.1.4, unless that was&amp;nbsp; a finger slip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 17:56:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488588#M21494</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-06T17:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488589#M21495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;I have to say also I am running into issues. Full environment deletes and re-installs are not necessarily clearing up the issue.&amp;nbsp;&lt;/SPAN&gt;&lt;BR style="background-color: #ffffff;" /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Upgrading is becoming a pain with these Pro updates. I think for advanced users we might be on the verge to suspecting every update disrupting conda at our firm.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 18:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488589#M21495</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2020-08-06T18:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488590#M21496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David... you might want to chime in here... python, conda, packages whatever&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/257737-timeline-for-python-upgrade"&gt;https://community.esri.com/thread/257737-timeline-for-python-upgrade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 18:19:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488590#M21496</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-06T18:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488591#M21497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope... I didn't install 4.1.4 because of the issues I've encountered&amp;nbsp; Sticking with what I know works with arcgis pro, and hoping it all works with arcgis pro 2.6&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 18:33:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488591#M21497</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-08-06T18:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488592#M21498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On my end I am seeing verification errors upon cloning, and I had to do a complete deletion of my previous conda environments to get a working clone.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;(arcgispro-py3) C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&amp;gt;conda env list&lt;BR /&gt;# conda environments:&lt;BR /&gt;#&lt;BR /&gt;arcgispro-py3 * C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&lt;BR /&gt;root C:\Program Files\ArcGIS\Pro\bin\Python&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;(arcgispro-py3) C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&amp;gt;conda create --name geoscipy --clone arcgispro-py3&lt;BR /&gt;Source: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3&lt;BR /&gt;Destination: C:\Users\dwasserman\AppData\Local\ESRI\conda\envs\geoscipy&lt;BR /&gt;Packages: 141&lt;BR /&gt;Files: 19&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for backcall located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\backcall-0.1.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/backcall/__pycache__/__init__.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for backcall located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\backcall-0.1.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/backcall/__pycache__/_signatures.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for backcall located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\backcall-0.1.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/backcall/__pycache__/backcall.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/__pycache__/__init__.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/__pycache__/xmlfile.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/tests/__pycache__/__init__.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/tests/__pycache__/common_imports.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/tests/__pycache__/helper.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for et_xmlfile located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\et_xmlfile-1.0.1-py36h3d2d736_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/et_xmlfile/tests/__pycache__/test_incremental_xmlfile.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/__init__.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/compat.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/exceptions.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/plat_gio.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/plat_osx.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/plat_other.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for send2trash located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\send2trash-1.5.0-py36_0&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/send2trash/__pycache__/plat_win.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;P&gt;CondaVerificationError: The package for simplegeneric located at C:\Program Files\ArcGIS\Pro\bin\Python\pkgs\simplegeneric-0.8.1-py36_2&lt;BR /&gt;appears to be corrupted. The path 'Lib/site-packages/__pycache__/simplegeneric.cpython-36.pyc'&lt;BR /&gt;specified in the package manifest cannot be found.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am in the process of checking if this clone works, and it looks like it might. My process to "fix" my issues were:&lt;/P&gt;&lt;P&gt;1. Delete the Python Conda Folder with Admin access, copy out some open source conda environments out before hand&lt;/P&gt;&lt;P&gt;2. Delete arcgispro-py3&lt;/P&gt;&lt;P&gt;3. Repair arcgispro-py3&lt;/P&gt;&lt;P&gt;4. Reclone arcgispro-py3 - still get verification errors, but arcpy seems to work&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Further testing (will fill in later)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 19:22:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488592#M21498</guid>
      <dc:creator>DavidWasserman</dc:creator>
      <dc:date>2020-08-06T19:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488593#M21499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pro 2.6 clean default environment from fresh install. Conda'd clone. Conda installed Spyder 4.1.4. Spyder generates errors. Same result when Spyder conda'd in default environment.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2020 02:27:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488593#M21499</guid>
      <dc:creator>ErikLash1</dc:creator>
      <dc:date>2020-08-29T02:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488594#M21500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got everything working in the clone. Found that in my clones something was going wrong with the installers - behavior was not as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NodeJS was particularly troublesome. It was installing but the required updates to associated packages were not being installed no matter how I tried. It was also only able to install 14.9 even though I tried to force lower versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ended up updating all packages in the default clone manually then trying nodejs again. At that point 10.13.0 installed and it all came together. No more npm errors. Able to get jupyter lab running properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then installed Spyder and Spyder Notebook.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything working now but to get it working had to delete my older clones and the contents of&amp;nbsp;C:\Users\user\AppData\Local\ESRI\conda\ and start over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: found that one of the problems&amp;nbsp;I was encountering with Spyder was this bug in the hover tool. Simply&amp;nbsp;disabled hover ability to fix. -&amp;nbsp;&lt;A href="https://community.esri.com/thread/245865"&gt;Spyder 4.0.0 Tool Tips&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone who gave me assistance on this ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2020 18:17:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488594#M21500</guid>
      <dc:creator>ErikLash1</dc:creator>
      <dc:date>2020-08-29T18:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Another Pro 2.6 Clone problem</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488595#M21501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/333770"&gt;Erik Lash&lt;/A&gt;‌ next time you go to install, make sure you remove any vestiges of Pro AND conda.&amp;nbsp; Your comment about having extra clones that you have to remove is a warning that things could go wrong.&amp;nbsp; If you want them, move the folder and rename it for future salvage or deletion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2020 21:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/another-pro-2-6-clone-problem/m-p/488595#M21501</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2020-08-29T21:16:51Z</dc:date>
    </item>
  </channel>
</rss>

