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

Warzone 2100 Released 4.6.0 with Spectator Host Mode

Warzone 2100, the free open-source 3D real-time strategy game, released new major 4.6.0 version few…

18 hours ago

What our users make with Ubuntu Pro – Episode 2

How Vaultara achieved FedRAMP compliance with Ubuntu Pro Ubuntu Pro helps businesses worldwide to innovate…

1 day ago

How To Install Zabbix Server 7.4 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

2 days ago

How To Install Zabbix Server 7.2 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

2 days ago

SuperTuxKart 1.5 RC2 added GUI option to Choose Vulkan or DirectX 9

SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…

2 days ago

What’s the state of open source adoption in Europe?

New research suggests 86% of European organizations believe open source is valuable for the future…

2 days ago