cyril verluise
11/17/2025, 7:09 PMDatasetError: An exception occurred when parsing config for dataset 'summary':
No module named 'tracking'. Please install the missing dependencies for
tracking.MetricsDataset:
<https://docs.kedro.org/en/stable/kedro_project_setup/dependencies.html#install-d>
ependencies-related-to-the-data-catalog
Hint: If you are trying to use a dataset from `kedro-datasets`, make sure that
the package is installed in your current environment. You can do so by running
`pip install kedro-datasets` or `pip install kedro-datasets[<dataset-group>]` to
install `kedro-datasets` along with related dependencies for the specific
dataset group.
Any idea of what is happening?Jitendra Gundaniya
11/17/2025, 7:27 PMkedro-datasets you’re using?
• How your summary dataset (or relevant datasets) is defined in catalog.yml?
• Whether kedro-datasets is added as a dependency in your pyproject.toml or requirements.txt .
Thanks.Rashida Kanchwala
11/17/2025, 7:44 PMcyril verluise
11/17/2025, 9:01 PM