Metaflow-stubs provides type stubs for the Metaflow package (by Netflix) to enable type checking and IDE autocompletion. Current version 2.19.32, compatible with Python >=3.7. Releases track Metaflow releases, updated frequently.
pip install metaflow-stubsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Metaflow flow using stubs for type-checking support.
Use 'from metaflow import ...'
Install metaflow: pip install metaflow
Always upgrade both packages together: pip install -U metaflow metaflow-stubs
Do not import metaflow_stubs; install it to enable type hints. The package is a stub package, not meant for runtime imports.
Install metaflow-stubs: pip install metaflow-stubs. Ensure your editor's Python interpreter is set to the environment where it's installed.
Remove any import metaflow_stubs statements. Only import from metaflow.