Hi, Trying to update 2.10.6 We currently use s3 fo...
# ask-metaflow
r
Hi, Trying to update 2.10.6 We currently use s3 for conda packages but it looks like that's not supported by micromamba critical libmamba Multiple errors occured: Download error (1) Unsupported protocol [s3://my-conda/noarch/repodata.json] Protocol "s3" not supported or disabled in libcurl Any thoughts or do we have to change to pip or a managed conda package repo? (in which case is there anything we can/need to do with regard to codeartifact login?)
d
The implementation of the conda environment in metaflow has now switched fully to micromamba. However, you can install the bleeding edge versions of those decorators which are more feature full and, in particular for your case, support conda directly which should have support for s3 urls. It also supports authentication for pip repos so you should be good to go there as well. See here: http://docs.metaflow.org/scaling/dependencies/libraries#bleeding-edge-versions-of-the-decorators
đź‘€ 1
Note: I haven’t personally tested the s3 urls but if it doesn’t work, let me know.
r
seems to work - thanks
👍 1