Hi metaflow team, when using metaflow and scheduli...
# dev-metaflow
l
Hi metaflow team, when using metaflow and scheduling flows on argo workflows: There is a pretty hard to find problem with the init command (bootstrapping the run environment) if sth fails in it. For me the
pip install requests -qqq
failed which resulted in a very brief and incomprehensible error message. It is pretty easy to spot if there is a way to display the bootstrap steps in a kind of debug mode. E.g. turn
bash -c
to
bash -xc
in case of debug, possibly enabling
bash -e
would be beneficial in any case. Would you be interested in a patch? Detlef (if this is the wrong way to hand this in, pls excuse... I am new here... pls point me in the right direction)
👋 1
a
Sure! It has been on our todo list to make the error messages more digestible.