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”

Sponsored

This will return the process id or pid.

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

Sponsored

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

New 50 TOPS DC-ROMA RISC-V AI PC ships with Ubuntu Desktop 24.04 LTS pre-installed

Canonical is excited to announce the launch of DeepComputing’s new 50 TOPS DC-ROMA RISC-V AI…

10 hours ago

CRA compliance: Things IoT manufacturers can no longer do under the CRA (and what to do instead)

I’ve written about the EU Cyber Resilience Act (CRA) on our Canonical blog a few…

2 days ago

IBM LinuxONE 5 and Ubuntu Server, a great combination from day one

Today, IBM announced the launch of their latest server: the new IBM LinuxONE Emperor 5.…

3 days ago

Ubuntu Weekly Newsletter Issue 890

Welcome to the Ubuntu Weekly Newsletter, Issue 890 for the week of April 27 –…

4 days ago

Ubuntu IoT Day in Singapore – Unlock compliant and scalable innovation in edge AI

Singapore | May 27, 2025 | Full-day event How do you build robust, performant edge…

4 days ago

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

1 week ago