ArcGIS Pro 2.9.2 unable to install Spyder

2956
18
Jump to solution
04-09-2022 09:06 AM
MarkBinder
Occasional Contributor

I have upgraded to ArcGIS Pro 2.9.2 but I am having trouble installing Spyder and managing my virtual environments.

When I clone a virtual environment it does not appear on the list of environments in ArcGIS Pro; if I add it, close and then re-open ArcGIS Pro it still does not appear on the list.

When a cloned environment does appear on the list and I try to install Spyder it appears to go through the installation but in the end nothing is installed.

How can I get Spyder installed?

Thanks

Tags (3)
0 Kudos
18 Replies
MichaelAugust
Occasional Contributor III

can you elaborate on what the issue is exactly?

0 Kudos
MarkBinder
Occasional Contributor

I think the other posts explain everything. Basically trying to clone the 2.9.2 Python environment was not working.

0 Kudos
MichaelAugust
Occasional Contributor III

Ah ok, I am able to clone my environment, but then Spyder would install, but not install. I get prompted to accept terms, hit install, but it never finishes, or shows up in installed packages. So a slightly different problem I guess...

0 Kudos
MarkBinder
Occasional Contributor

That sounds like what mine was doing. Did you try installing with command line?

0 Kudos
DanPatterson
MVP Esteemed Contributor

activate your environment then

conda install spyder --no-pin

If you want to see what might happen add --dry-run to the end of the line for testing purposes


... sort of retired...
0 Kudos
MichaelAugust
Occasional Contributor III

Hi Dan - well that --no-pin option got Spyder installed, after multiple installs/downgrades/upgrades, (looks like mostly to the machine learning packages) - but when I launch it - it chokes on import arcpy, import numpy, kernel is spinning and crashes in windows...

 

and I found this at Spyder repo...and I found this at Spyder repo...

 

 

0 Kudos
DanPatterson
MVP Esteemed Contributor

Ahhhh well, I install spyder in the base environment, I don't use clones.


... sort of retired...
0 Kudos
by Anonymous User
Not applicable

Does ESRI plan to fix this issue with 2.9x? It is extremely annoying and my organization only has access to 2.9x. I've been working with our internal help desk on this but was basically told I have to wait until we are allowed to use Pro 3.x 

Has anyone discovered a workaround? 

0 Kudos
JasonBarker
New Contributor

I was having same problem as described above. I axed the problem clone and reinstalled Pro. I was then able to get Spyder to work in my new ArcProg 2.9.1 py3 clone via:

conda install Spyder. 

 

0 Kudos