Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda Navigator - Multiple Errors Encountered

Tags:

anaconda

I recently broke my installation of Anaconda Navigator by using:

conda update --all -y

Apparently this is not uncommon, and it was a good excuse to reinstall Anaconda and start a new environment from scratch.

However, my new installation gives the following error, when trying to install any libraries:

Multiple Errors Encountered

I have tried:

  • Windows uninstall of Anaconda, followed by reboot, then reinstall
  • uninstall/reboot/install as admin
  • uninstall/reboot/manually delete various remaining folders in the User directory/reboot/reinstall
  • etc etc

All these methods produce this error, when trying to install libraries.

  • install libraries using Anaconda console works fine
  • there aren't any problems in Windows' PATH
  • conda is up to date

What's going on!?

like image 533
Shawn Avatar asked Dec 11 '18 03:12

Shawn


People also ask

Why is my Anaconda Navigator not opening?

You need to run the cmd prompt from the Scripts directory of Anaconda where ever you have the Anaconda parent folder installed. I happen to have in the root directory of the C drive on my Windows machine.

How do I update my Anaconda navigator on Ubuntu?

To update Anaconda to the latest version, type the following command. To update the Anaconda to a specific version, type the following command. The command conda update anaconda=VersionNumber grabs the specific release of the Anaconda metapackage; for example, conda update anaconda=2019.10.


2 Answers

If you install Anaconda as admin, then you need to launch it as admin every time you run updates.

You can enable this behaviour by default by navigating to the Anaconda launch shortcut, right-click > Properties, go to Shortcut tab, click Advanced, and tick 'Always launch as administrator'.

like image 122
obrl_soil Avatar answered Oct 31 '22 09:10

obrl_soil


Have you tried to create a new environment? I had the same message in another situation and that's what worked for me.

Anaconda screen view

like image 36
Roger Kamoi Avatar answered Oct 31 '22 09:10

Roger Kamoi