<?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: Spyder won't execute in new clone in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089480#M62092</link>
    <description>&lt;P&gt;I bet you didn't remove/rename the spyder folders in your c:\user\blah path prior to installing in your clone&lt;/P&gt;</description>
    <pubDate>Mon, 16 Aug 2021 23:30:47 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2021-08-16T23:30:47Z</dc:date>
    <item>
      <title>Spyder won't execute in new clone</title>
      <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089477#M62091</link>
      <description>&lt;P&gt;I was so excited to read that the python clone problems are fixed at Pro 2.8.2 that I installed it and made a clone.&amp;nbsp; I then used anaconda navigator to install Spyder; I usually use the command line, but I thought what the heck...&lt;/P&gt;&lt;P&gt;Long story short, I can't get Spyder to execute now.&amp;nbsp; My shortcut does nothing and when I try to run the spyder-script.py from an idle window I get this error:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Traceback (most recent call last):
  File "C:\Clones\Pro282\Scripts\spyder-script.py", line 10, in &amp;lt;module&amp;gt;
    sys.exit(main())
  File "C:\Clones\Pro282\lib\site-packages\spyder\app\start.py", line 237, in main
    from spyder.app import mainwindow
  File "C:\Clones\Pro282\lib\site-packages\spyder\app\mainwindow.py", line 43, in &amp;lt;module&amp;gt;
    requirements.check_qt()
  File "C:\Clones\Pro282\lib\site-packages\spyder\requirements.py", line 44, in check_qt
    import qtpy
  File "C:\Clones\Pro282\lib\site-packages\qtpy\__init__.py", line 210, in &amp;lt;module&amp;gt;
    raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found&lt;/LI-CODE&gt;&lt;P&gt;Not sure what the Qt mojo is about... When I do&amp;nbsp; 'conda list' in the clone I see qt and qtpy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_0-1629155294523.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20961i8416557F3ED59D95/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_0-1629155294523.png" alt="JoeBorgione_0-1629155294523.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Navigator sees them too:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JoeBorgione_1-1629155439384.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20962i0EE2CFAAEFB8D079/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JoeBorgione_1-1629155439384.png" alt="JoeBorgione_1-1629155439384.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Someday I'll create an ArcGIS Pro clone and it'll work first time out of the box.&amp;nbsp; Just not today...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 23:15:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089477#M62091</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-16T23:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Spyder won't execute in new clone</title>
      <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089480#M62092</link>
      <description>&lt;P&gt;I bet you didn't remove/rename the spyder folders in your c:\user\blah path prior to installing in your clone&lt;/P&gt;</description>
      <pubDate>Mon, 16 Aug 2021 23:30:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089480#M62092</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-16T23:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Spyder won't execute in new clone</title>
      <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089606#M62094</link>
      <description>&lt;P&gt;Yeah... I don't know:&amp;nbsp; I wiped the 2.8.2 clone as well as a 2.7.4 clone (I clone to c:\clones), and then I ditched the navigator install for command line:&lt;/P&gt;&lt;LI-CODE lang="php"&gt;conda install spyder=5.0.5&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I'm up and running...&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 14:15:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089606#M62094</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-17T14:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Spyder won't execute in new clone</title>
      <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089635#M62096</link>
      <description>&lt;P&gt;ahh clones&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clones2.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/20993i08440EA7F36CF574/image-size/large?v=v2&amp;amp;px=999" role="button" title="clones2.png" alt="clones2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:47:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089635#M62096</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-08-17T15:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Spyder won't execute in new clone</title>
      <link>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089636#M62097</link>
      <description>&lt;P&gt;I love to hate them....&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:48:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/spyder-won-t-execute-in-new-clone/m-p/1089636#M62097</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2021-08-17T15:48:25Z</dc:date>
    </item>
  </channel>
</rss>

