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

Web Engineering: Celebrating Our Third Annual Hack Week

The Web Engineering team is thrilled to announce the successful conclusion of our third annual…

2 days ago

🚀 Deploy Flowise + Kubernetes + Helm on Ubuntu VPS (10-Step Guide)

Here’s a step-by-step guide to deploy FlowiseAI (commonly just Flowise) on a Ubuntu VPS using…

3 days ago

Azure VM utils now included in Ubuntu: boosting cloud workloads

Ubuntu images on Microsoft Azure have recently started shipping with the open source package azure-vm-utils…

3 days ago

Edge Networking gets smarter: AI and 5G in action

Organizations everywhere are pushing AI and networks closer to the edge. With that expansion comes…

3 days ago

When Your Hash Becomes a String: Hunting Ruby’s Million-to-One Memory Bug

Every developer who maintains Ruby gems knows that sinking feeling when a user reports an…

4 days ago