Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.2

ModuleLoadError

Package: flyte.errors

This error is raised when the module cannot be loaded, either because it does not exist or because of a syntax error.

Parameters

class ModuleLoadError(
    message: str,
)
Parameter Type Description
message str