0

Yesterday I updated anaconda and spyder and today I could not open anything. So i unistalled and installed again. Now I can see the app in the app menu on start but it does not open. I have tried in the command terminal as well but it is not opening. Can anyone help?

Before reinstalling the prompt was working but now neither the prompt or the navigator are working.

peaapod
  • 1
  • 1
  • 2

1 Answers1

0

Uninstalling anaconda is risky. You should follow the official guide :

https://docs.anaconda.com/anaconda/install/uninstall/

I recommend you to use anaconda clean then remove again at option B.

conda install anaconda-clean

anaconda-clean --yes

And before reinstall it, be sure you can completely clean it.

r.burak
  • 514
  • 5
  • 10
  • Thanks but I can't open the navigator or prompt so where to write those commands? – peaapod Mar 24 '21 at 14:04
  • https://stackoverflow.com/a/58211115/3756587 there is a possibility that you can use it from windows cmd. can u pls try it. – r.burak Mar 25 '21 at 05:52