mamba icon indicating copy to clipboard operation
mamba copied to clipboard

Please allow longer timeout for install

Open magelan opened this issue 3 years ago • 5 comments

Hi,

I have to work behind a corporate proxy that scans everything. This leads to this error:

Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds error libmamba Error when extracting package: Thread interrupted

Can you extend that time or add a option to disable the speed check?

Cheers

magelan avatar Sep 21 '22 09:09 magelan

Does MAMBA_NO_LOW_SPEED_LIMIT=1 work for you?

jonashaag avatar Sep 23 '22 15:09 jonashaag

Hello,

I tried to set the variable as indicated above (MAMBA_NO_LOW_SPEED_LIMIT=1) but without any effect. I still have the same error while trying to install packages.

RuntimeError: Download error (28) Timeout was reached [https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2] Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds

Franzx7 avatar Feb 22 '23 11:02 Franzx7

Hello,

I tried to set the variable as indicated above (MAMBA_NO_LOW_SPEED_LIMIT=1) but without any effect. I still have the same error while trying to install packages.

RuntimeError: Download error (28) Timeout was reached [https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2] Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds

You can also consider download from this url(https://conda.anaconda.org/conda-forge/osx-64/lerc-4.0.0-hb486fe8_0.tar.bz2) and use conda --offline <file_downloaded> (or mamba) for that matter

discord9 avatar Mar 13 '23 06:03 discord9

Is there any resolution to this, I am also getting same issue and I have also set the variable (MAMBA_NO_LOW_SPEED_LIMIT=1)

Transaction starting
  ½F|U^@^@@F³F|U^@^@8_0.tar.bz2 extraction failed
@òF|U^@^@cpp-1.4.58-icc19_cxx17_h3dfd367_2.tar.bz° extraction failed
 critical libmamba Download error (28) Timeout was reached 
    Operation too slow. Less than 30 bytes/sec transferred the last 60 seconds
error    libmamba Error when extracting package: Thread interrupted
error    libmamba Error when extracting package: Thread interrupted

rmittal87 avatar Nov 28 '23 05:11 rmittal87

Worked fine for me on a train with poor / intermittent wifi connection export MAMBA_NO_LOW_SPEED_LIMIT=1 or in a Dockerfile ENV MAMBA_NO_LOW_SPEED_LIMIT=1

PeterLappo avatar Mar 20 '24 18:03 PeterLappo