I’m currently testing out flyte and still have a few issues. In the sandbox UI I can not see any workflows. When I try to register my own workflow with
python deploy.py
I get the following error message:
Copy code
Serializing Flyte workflows
Usage: pyflyte [OPTIONS] COMMAND [ARGS]...
Try 'pyflyte --help' for help.
Error: Invalid value for '-k' / '--pkgs': Illegal package value booster-team for parameter: <Option pkgs>. Expected for the form [a.b.c]
Registering Flyte workflows
Error: open flyte-package.tgz: no such file or directory
What is the best way to diagnose what’s going wrong?