Can no Longer open Spyder IDE for Python Programming

前端 未结 6 506
青春惊慌失措
青春惊慌失措 2021-01-13 10:52

I installed Python 3.4 on my Windows 7 laptop several months ago as part of Anaconda (https://www.continuum.io/downloads). My installation included the Spyder IDE, and I hav

6条回答
  •  伪装坚强ぢ
    2021-01-13 11:05

    I ran into the same issue. The following worked for me Please close Spyder IDE, in Anaconda Prompt run

    conda update spyder
    

    then

    spyder --reset
    

    Restart Spyder

提交回复
热议问题