Spyder wont install after ArcGIS Pro updated to 3.1.0 version

1164
4
03-17-2023 12:00 AM
SOTIRIOSTRIANTOS
New Contributor III

ArcGIS Pro 3.1.0 version update broke my spyder installation, i  ve tried everything from manual installing all dependencies to uninstall and reinstall ArcGIS Pro and deleting all its folders but still i cannot install spyder package (i tried with all available versions i.e 5.2.2, 5.3.3, 5.4.1, 5.4.2) . I am not quite sure but i believe that spyder's working version with ArcGIS Pro 3.0.3 was 5.1.5.

 Any ideas?

Tags (2)
0 Kudos
4 Replies
DanPatterson
MVP Esteemed Contributor

Any version > 5.1.5 has dependency issues with the esri build related to something in the ipython/jupyter stack.

try >>> conda install  spyder=5.1.5

or what I did was the completely not recommended

pip install spyder

when you have your clone activated.

 


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

I have had good luck with the "pip install spyder" technique on 2.9 and 3.0.3, described in a little more detail here.

DanPatterson
MVP Esteemed Contributor

@SOTIRIOSTRIANTOS your last reply was removed to the spam bin

@JesseCloutier check the bin and determine if this was indeed originating with the OP 


... sort of retired...
SOTIRIOSTRIANTOS
New Contributor III

i found a workaround by using another IDE, in my case visual studio 2022 was an available option and it was pretty easy to set the environment

0 Kudos