Closed Premji98 closed 5 months ago
Hey @Premji98, we've moved PartitionedDataset
and IncrementalDataset
to the kedro-datasets
package since v19.0 of Kedro I believe, you'd also need to install kedro-datasets
to be able to use these datasets, does that solve your problem?
Yes @ankatiyar pip install kedro-datasets
did it.
This solved the issue. Thank you
Description
I am using kedro (version 0.19.5)
I am trying to create this dataset on top of ImageDataSet provided in the official documentation. This gives me error saying "Class 'partitions.PartitionedDataset' not found, is this a typo?"
Context
I am trying to build a PartitionedDataSet of Images(png). I followed the official documentation on 'pikachu' dataset.
Steps to Reproduce
Expected Result
pipeline should run normally
Actual Result
DatasetError
Your Environment
Include as many relevant details about the environment in which you experienced the bug: virtual env with python 3.12
pip show kedro
orkedro -V
): 0.19.5pip show kedro-airflow
):python -V
):3.12