Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Anaconda Installation stuck at - 'Setting up the package cache'

Tags:

anaconda

I am trying to install Anaconda V 3.7 on Windows 10 - 64 bit system. Download was successful.In installation step extraction of packages also completed. After that it gets stuck at one point where message shown on window is - 'Setting up the package cache'.

I removed all previous versions of Python/Conda from my system.Removed path from environment variable still getting this error.

like image 346
Kalyani Kothawade Avatar asked Apr 02 '20 14:04

Kalyani Kothawade


People also ask

How long does Anaconda installation takes?

While it is mostly unattended, the download and installation of Anaconda can take a fair amount of time (approximately 10 to 15 minutes, depending on the speed of your system), so it is highly recommended to do this before you arrive at the tutorial session (and when you have access to a decent internet connection).

Why is Anaconda taking too long to install?

NOTE: the installer we'll be downloading and installing is larger than the average file, because it contains Python, associated packages, a code editor, and some other toys. It may take 15-20 minutes in total to download and install when executing the commands.

Why is Anaconda not installing properly?

Anaconda installs and updates can silently fail due to conflicts with 3rd party antivirus (for me it's WebRoot ) programs. An indicator of Anaconda antivirus conflicts is missing .exe and . bat files, and sometimes requests to reboot. The fix is to shutdown the antivirus program and reinstall Anaconda .


3 Answers

I too was desperate on this.But being on a limited data-plan, I couldn't reattempt another download of the previous version of Anaconda as suggested in the above answer. So instead I waited and in 9 minutes exactly, the status changed from Setting up the package cache to Setting up the base environment.

I would suggest wait a little more and hopefully, the installation would finish!

like image 197
Yashasvi Bajpai Avatar answered Sep 20 '22 15:09

Yashasvi Bajpai


I had the same problem as you. My guess is that the current version for Windows is unstable. My solution was to go to the anaconda archive page:

https://repo.continuum.io/archive/

and download the second newest version, i.e. Anaconda3-2019.10-Windows-x86_64.exe 461.5M 2019-10-15 09:27:17. This one turns out to be stable and the installation was finished in 3 minutes.

like image 42
Joel Avatar answered Sep 19 '22 15:09

Joel


You have to wait significantly longer (around 10 minutes) than the previous version since the file is a lot larger and new Anaconda integrates a lot more stuff. It isn't unstable. Final Step after Completion

like image 32
Sumit Pokhrel Avatar answered Sep 16 '22 15:09

Sumit Pokhrel