Hey, There is something strange happening. I have ...
# questions
c
Hey, There is something strange happening. I have an environement with kedro 1.0.0 and kedro-datasets installed but when it runs (in CI), I get a DatasetError suggesting that kedro-datasets is not installed
Copy code
DatasetError: 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?
j
Hi Cyril, Thanks for posting this! To help debug, could you please share: • Which version of
kedro-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.
r
MetricsDataset was deprecated sometime earlier this year. We recommend using kedro-mlflow for experiment tracking
👍 1
c
ahh, nevermind, that's a version issue indeed. Thanks for the help!
👍 1