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. I then used anaconda navigator to install Spyder; I usually use the command line, but I thought what the heck...
Long story short, I can't get Spyder to execute now. My shortcut does nothing and when I try to run the spyder-script.py from an idle window I get this error:
Traceback (most recent call last):
File "C:\Clones\Pro282\Scripts\spyder-script.py", line 10, in <module>
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 <module>
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 <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
Not sure what the Qt mojo is about... When I do 'conda list' in the clone I see qt and qtpy:
Navigator sees them too:
Someday I'll create an ArcGIS Pro clone and it'll work first time out of the box. Just not today...
I bet you didn't remove/rename the spyder folders in your c:\user\blah path prior to installing in your clone
Yeah... I don't know: 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:
conda install spyder=5.0.5
And I'm up and running...
ahh clones
I love to hate them....