colossal-river-20338
04/30/2024, 6:40 PMrequests.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?ancient-application-36103
04/30/2024, 6:45 PMcolossal-river-20338
04/30/2024, 6:53 PMpip install... .ancient-application-36103
04/30/2024, 6:54 PMpip install gets skipped if you have requests and boto3 already installed in your docker imageancient-application-36103
04/30/2024, 6:54 PM@conda and try doing a requests.get on google.comcolossal-river-20338
04/30/2024, 6:55 PMcolossal-river-20338
04/30/2024, 7:12 PMprint("Test request:", requests.get("<https://google.com>"))
It printed Test request: <Response [200]> in CloudWatchcolossal-river-20338
04/30/2024, 7:12 PMcolossal-river-20338
04/30/2024, 8:19 PMancient-application-36103
04/30/2024, 8:21 PMcolossal-river-20338
04/30/2024, 8:30 PM# TODO: check if mamba or conda are already available on the imageancient-application-36103
04/30/2024, 8:32 PMmicromamba is already installed then the check is skipped. the todo reference mamba and conda - which can work equally wellcolossal-river-20338
04/30/2024, 8:34 PMmicromamba and see how it goes.colossal-river-20338
04/30/2024, 8:52 PM