Hi Community, I am using bazel to build the flyte ...
# flyte-support
g
Hi Community, I am using bazel to build the flyte target but when I use bazel output binaries to serialize and register the workflows it lead to ModuleNotFoundError: No module named 'pyflyte' at the time of task execution. The error occurred because the value of
resolver
in task container argument changed from usual
flytekit.core.python_auto_container.default_task_resolver
to
pyflyte.pypi_flytekit.site-packages.flytekit.core.python_auto_container.default_task_resolver
. Can anyone help me in knowing where does flyte-cluster get this value of the resolver from ? is there a way to control this?
f
There are a lot of folks in the community using bazel Build. I fact there is a small working group
g
Anyway POC from the group?
f
Cc @brash-london-45337 / @elegant-australia-91422
Let me add you to the channel
g
Thank you 🙏
153 Views