ContinuumIO / anaconda-issues

Anaconda issue tracking
648 stars 224 forks source link

Unpacking payload ...: step frozen #11466

Open prunier opened 5 years ago

prunier commented 5 years ago

Actual Behavior

Current configuration:

command line, just after the download:

[user@localhost ~]$ bash ./Downloads/Anaconda3-2019.10-Linux-x86_64.sh 
(...)
PREFIX=/home/user/anaconda3
Unpacking payload ...
  0%|                                                                                                 | 0/291 [00:00<?, ?it/s]

After the command launched...nothing appears and seems blocked/frozen...

Any idea ?

Expected Behavior

Complete the step 6 If you accept the default install location, the installer displays “PREFIX=/home//anaconda<2 or 3>” and continues the installation. It may take a few minutes to complete.

Steps to Reproduce

Is there sommething to do before this command line ?

[user@localhost ~]$ bash ./Downloads/Anaconda3-2019.10-Linux-x86_64.sh 
Anaconda or Miniconda version:

Anaconda Anaconda3-2019.10-Linux-x86_64

Operating System:

CentOs 7 (centos-release-7-7.1908.0.el7.centos.x86_64)

conda info
``` No conda found command ```
conda list --show-channel-urls
``` No conda found command ```
MiguelSilvaNeto commented 5 years ago

I am having the same problem. Did you find the solution?

prunier commented 5 years ago

No solution found. Sorry...

Envoyé depuis Yahoo Mail pour iPhone

Le jeudi, novembre 28, 2019, 1:48 PM, MiguelSilvaNeto notifications@github.com a écrit :

I am having the same problem. Did you find the solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

y-santos commented 4 years ago

I have the same issue but on Ubuntu 18.04. Any solutions yet?

forrestwaters commented 4 years ago

Sorry for this - I expect this is the same issue described and fixed in https://github.com/conda/conda/issues/9345 The issue only happens on instances with a single core. This will be fixed in the next Anaconda release, but for now you could try one of these:

Stanxy commented 4 years ago

I used the last release solved the issue:

wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh bash Anaconda3-2019.07-Linux-x86_64.sh

See if it works for you.

zhicaihuang commented 4 years ago

I used the last release solved the issue:

wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh bash Anaconda3-2019.07-Linux-x86_64.sh

See if it works for you.

thanks, it works for me.

DmitryKosianov commented 4 years ago

Sorry for this - I expect this is the same issue described and fixed in conda/conda#9345 The issue only happens on instances with a single core. This will be fixed in the next Anaconda release, but for now you could try one of these:

Is it fixed for Anaconda2 too? I used the last release of v2 and issue still was there Issue was fixed for me only after i set CPUS=2 in Vagrant file

avantcontra commented 4 years ago

Sorry for this - I expect this is the same issue described and fixed in conda/conda#9345 The issue only happens on instances with a single core. This will be fixed in the next Anaconda release, but for now you could try one of these:

@forrestwaters Thanks! I used a VM with 1 core cpu, when I set the core to 2, it works!

guipalazzo-qb commented 4 years ago

I used the last release solved the issue:

wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh bash Anaconda3-2019.07-Linux-x86_64.sh

See if it works for you.

It worked for me, thanks :)

lollows commented 4 years ago

I used the last release solved the issue:

wget https://repo.anaconda.com/archive/Anaconda3-2019.07-Linux-x86_64.sh bash Anaconda3-2019.07-Linux-x86_64.sh

See if it works for you.

thanks, It worked for me

duhd1993 commented 3 years ago

It seems using sh to execute the script also causes this issue

sytelus commented 3 years ago

This is happening in latest release as well. I'm using this:

    wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh -O ~/anaconda.sh
    bash ~/anaconda.sh

The machine has 64+ cores. I tried 4 times and it always hangs on unpacking payload step.

xuangch commented 3 years ago

This is happening in latest release as well. I'm using this:

    wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh -O ~/anaconda.sh
    bash ~/anaconda.sh

The machine has 64+ cores. I tried 4 times and it always hangs on unpacking payload step.

I meet the same problems. Is there any solution?

sc231997 commented 1 year ago

I am also getting this issue but only when running on linux pc for https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh

If I am running this is a WSL it is working fine.