Евгений Берендяев
07/13/2021, 8:03 AMpython3 example1.py
. The .py file mentioned in this command is copied from that page.
unfortunately the registered flow does not start and shows me an error
[13 July 2021 10:52am]: Failed to load and execute Flow's environment: ModuleNotFoundError("No module named '/Users/mylocaluser/'")
anyone knows why?Kevin Kho
07/13/2021, 12:44 PMЕвгений Берендяев
07/13/2021, 12:46 PMKevin Kho
07/13/2021, 1:00 PMLocal
storage so it will save the file locally in the .prefect
folder in the home directory. The problem then happens when Kubernetes tries to go to that home directory address but it’s not there relative to the pod. I would try something like S3
storage, and KubernetesRun will grab it from that bucket. You could also package the flow in a container for KubernetesRun.