mamba
mamba copied to clipboard
Please allow longer timeout for install
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
Does MAMBA_NO_LOW_SPEED_LIMIT=1 work for you?
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
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
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
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