https://flyte.org logo
#ask-the-community
Title
# ask-the-community
m

Mohd Shahid Khan Afridi

03/17/2023, 9:57 AM
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?
k

Ketan (kumare3)

03/17/2023, 2:07 PM
There are a lot of folks in the community using bazel Build. I fact there is a small working group
m

Mohd Shahid Khan Afridi

03/17/2023, 2:31 PM
Anyway POC from the group?
k

Ketan (kumare3)

03/17/2023, 2:32 PM
Cc @Brian Tang / @Rahul Mehta
Let me add you to the channel
m

Mohd Shahid Khan Afridi

03/17/2023, 4:44 PM
Thank you 🙏