Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda Spyder can't show the program window on windows 8

My system is windows 8, and I download Anaconda python 3.4 from the official website. The spyder has been all well until yesterday, I can open the spyder, and the icon shows on my taskbar, but no matter how I click the icon, the program window doesn't show up on the screen. I have uninstalled and reinstalled the Anaconda, but still can't fix it. Any suggestion?

By the way, I usually open spyder from "Anaconda/Scripts/spyder.exe", is that a problem?

like image 210
weibo Avatar asked Sep 03 '15 05:09

weibo


3 Answers

I ran into the same problem after installing Spyder for Python 2.7 with an existing installation of Spyder running on Python 3.5. What worked for me was the following: I closed all running Spyder applications, ran the "Reset Spyder Settings" shortcut for Anaconda2, and voila, spyder2 started displaying properly after running.

like image 140
Bryn Avatar answered Oct 31 '22 03:10

Bryn


spyder --reset from the command line works.

like image 34
Ravaal Avatar answered Oct 31 '22 04:10

Ravaal


For newbies like me, you got to use Anaconda prompt (windows cmd terminal didn't work for me) took a few mins to figure out to use Anaconda prompt to run spyder --reset command.

like image 25
user15120764 Avatar answered Oct 31 '22 02:10

user15120764