Categories: TutorialsUbuntu

How to fix error ‘There is an instance of anaconda navigator already running’

When trying to open anaconda navigator, you get the error “there is an instance of anaconda navigator already running”. In this short article, you will find out how to fix this error.

On Windows

On Windows,Anaconda navigator launches a process with the name ‘pythonw’. Here is what you would need to do :

Step 1: Run a cmd window prompt with administrator privileges

Step 2 : Here you would need to look up the process with the name ‘pythonw’. For this, run the command :

tasklist | findstr “pythonw”

This will return the process id or pid.

Step 3 : Now the process pid would need to be killed. Run the command:

taskkill /f /pid

Read: How to update Anaconda

On Ubuntu / Debian

On Ubuntu OS, On the anaconda prompt, run the two commands below :

killall Anaconda-Navigator

anaconda-navigator –reset

The post How to fix error ‘There is an instance of anaconda navigator already running’ appeared first on net2.

Ubuntu Server Admin

Recent Posts

How to install Let’s Encrypt on Ubuntu 26.04

This blog post will show you how to install Let’s Encrypt SSL certificate on Ubuntu…

2 days ago

🚀 How to Deploy TinyCP on Ubuntu VPS

This article provides a guide demonstrating how to deploy TinyCP on Ubuntu VPS. What is…

3 days ago

What’s new in security for Ubuntu 26.04 LTS?

Ubuntu 26.04 LTS is one of our most securely-designed LTS releases. Instead of just adding…

1 week ago

Intentional leadership at Canonical

In this article, Keirthana TS, a Senior Technical Author at Canonical, breaks down what leadership…

1 week ago