Olivér Atanaszov
02/10/2022, 4:57 PMFailed to load and execute Flow's environment: FlowStorageError('An error occurred while unpickling the flow:\n ModuleNotFoundError("No module named \'utils\'")\nThis may be due to a missing Python module in your current environment. Please ensure you have all required flow dependencies installed.')In my flow definition, I'm trying to import from this package called
utils
but apparently cloudpickle did not take care of these imports. I've checked this guide but couldn't figure the canonical way of composing flows using imports from other packages/modules: https://docs.prefect.io/orchestration/flow_config/storage.html#pickle-vs-script-based-storageKevin Kho
Olivér Atanaszov
02/10/2022, 5:18 PMKevin Kho
Olivér Atanaszov
02/10/2022, 5:21 PM