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

From sales development to renewals: Mariam Tawakol’s career progression at Canonical

Career progression doesn’t follow a single path – and at Canonical, we embrace that. Our…

10 hours ago

In pursuit of quality: UX for documentation authors

Canonical’s Platform Engineering team has been hard at work crafting documentation in Rockcraft and Charmcraft…

10 hours ago

Ubuntu 24.10 (Oracular Oriole) reached End of Life on 10th July 2025

This is a follow-up to the End of Life warning sent earlier to confirm that…

1 day ago

Canonical announces Charmed Feast: A production-grade feature store for your open source MLOps stack

July 10, 2025: Today, Canonical announced the release of Charmed Feast, an enterprise solution for…

1 day ago

Ubuntu Adding NVIDIA 575 Driver Support for 24.04 & 22.04 LTS

For NVIDIA users, the latest 575 series driver will be available soon in Ubuntu repository.…

2 days ago

Amarok Released 3.3 with Qt6/KF6 Port & GStreamer Backend

Amarok, the free open-source KDE music player, released new 3.3 version on Tuesday, named “Far…

2 days ago