hello folks, I'm running this repo that uses metaf...
# ask-metaflow
w
hello folks, I'm running this repo that uses metaflow (https://github.com/jacopotagliabue/post-modern-stack). I was able to run all the steps till I wanted to deploy my TF model and encountered this error. This seems similar to this one: https://github.com/Netflix/metaflow/issues/683 Can anyone help or give suggestions on how to fix it?
d
based on the issue and the error, I suspect that
DATATOOLS_S3ROOT
is None which means that urlparse.parse will return bytes.
that value is either extracted directly from the conf/envvar
METAFLOW_DATATOOLS_S3ROOT
or the conf/envvar
METAFLOW_DATASTORE_SYSROOT_S3
so I would check to see if at least one of those is set.
w
well, I tried and all three of them came out empty.
d
Ok. So yes, one needs to be set.