Hello, does anyone know how to get reliable conda ...
# ask-metaflow
r
Hello, does anyone know how to get reliable conda env creation in metaflow? we have a pretty big foreach step (lets say 500 branched steps) and some of them fail intermittently with
Copy code
requests.exceptions.ChunkedEncodingError: ("Connection broken: InvalidChunkLength(got length b'', 0 bytes read)"
when trying to create the conda env.
1