Hi, all! We have a number of flows deployed as AWS...
# ask-metaflow
h
Hi, all! We have a number of flows deployed as AWS state machines, and we're getting some
No micromamba binary found
errors all of a sudden this morning. They seem to be happening inconsistently. Does anyone know if there's an issue right now that would affect micromamba installation? Thanks!
1
Some screenshots for context:
e
Should be fixed now. Was related to a bad micromamba release that was being installed via the bootstrap script with the
latest
tag. Issue: https://github.com/mamba-org/mamba/issues/3075
💯 2
h
Excellent, thanks!
e
You might consider creating a docker image with the bootstrap packages pre-installed. If you have micro-mamba pre-installed it won’t reach out to the internet for the latest version https://github.com/Netflix/metaflow/blob/master/metaflow/plugins/pypi/micromamba.py#L287
h
Good suggestion, thanks! We do have a Docker image that we use in AWS Batch, but it doesn't have micromamba pre-installed. Shouldn't be too hard to make that change.