There is an instance of anaconda navigator already running error

后端 未结 8 2019
不思量自难忘°
不思量自难忘° 2021-02-02 11:49

Previously my anaconda navigator was not responding so I have rebooted my computer and now when I am trying to open anaconda navigator it pop-ups an error with \"there is an ins

8条回答
  •  半阙折子戏
    2021-02-02 12:16

    We can use either of below options to resolve the issue.

    1. tasklist | findstr "pythonw"
       tskill 
    2. Also we can End the task names 'Python' from Task Manager.
    

    Now open the Anaconda Navigator again. It may take a while to open.

提交回复
热议问题