Hello, I am running on Batch and getting the error...
# ask-metaflow
c
Hello, I am running on Batch and getting the error
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
. This occurs when Metaflow executes
python -c "import requests, bz2, sys; data = requests.get('<https://micro.mamba.pm/api/micromamba/linux-64/latest').content>; sys.stdout.buffer.write(bz2.decompress(data))" | tar -xv -C $(pwd)/micromamba bin/micromamba --strip-components 1;
. Any ideas on why this might be happening?
1