4
votes

I want to install Anaconda on system.

Running Anaconda3-2019.10-Linux-x86_64.sh on Red Hat system hangs at

PREFIX=/home/user1/anaconda3

Unpacking payload ...

0%| ---- |0/291 [00:00

Running on Ubuntu or CentOS docker container works fine.

Tried setting temp path to different location.

Also... found the failing command in install script

-bash-4.2$ ls

conda.exe LICENSE.txt pkgs postconda.tar.bz2 preconda.tar.bz2

-bash-4.2$ ./conda.exe constructor --prefix $PWD --extract-conda-pkgs

0%| --- |0/291 [00:00

In install script

360 "$CONDA_EXEC" constructor --prefix "$PREFIX" --extract-conda-pkgs || exit 1

3
What error are you getting? I am getting "preconda.tar.bz2: No such file or directory". Four hours after you.Tharpa
I wasn't getting an error. It would just stay stuck there at zero %Paulo Baptista

3 Answers

1
votes

We got past it by using an older installer

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

It's still an issue.

0
votes

We solved by the problem by using an old version of the installer from 1/2/2019. Miniconda3-4.5.12-Linux-x86_64.sh. https://repo.anaconda.com/miniconda/

0
votes

I'am blocked also ...maybe a lock file somewhere ? (centos-release-7-7.1908.0.el7.centos.x86_64)