shy-megabyte-7985
03/01/2024, 6:02 PMMETAFLOW_CONDA_DEPENDENCY_RESOLVER=conda
Following package resolve, I'm getting the following error:
Downloading 1(web) + 0(cache) package for arch linux-64 ...debug[conda /home/.../python3.11/site-packages/metaflow_extensions/netflix_ext/plugins/conda/conda.py:1305]: pkg-6.2.0-py_0 -> download <s3://xxxx> to /home/xxx.tar.bz2
done in 0 seconds.
Got the following errors while loading packages:
Error downloading package for 'pkg-6.2.0-py_0': No connection adapters were found for '<s3://xxx/noarch/pkg-6.2.0-py_0.tar.bz2>'
Conda ran into an error while setting up environment.:
Could not fetch packages -- see pretty-printed errors above.
Looks like it's coming from here. At a glance, this code seems to be using requests - which would explain the error message above, so is getting packages this way unsupported?
Thanks