You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the tutorial but when running kedro ipython in the terminal with my venv activated, I get the following error (same with %load_ext kedro.ipython in a notebook):
raise DatasetError(
kedro.io.core.DatasetError: An exception occurred when parsing config for dataset 'pikachu':
cannot import name 'AbstractDataSet' from 'kedro.io' (/Users/philippemartin/miniconda3/envs/kedro_high/lib/python3.12/site-packages/kedro/io/__init__.py)
Any one had a similar bug ? I've tried many different configs of kedro/python and only one specific seems to work for me (python 3.8.12 and kedro 0.18.12)
The text was updated successfully, but these errors were encountered:
Description
Hello,
I'm trying to create a custom dataset from this tutorial https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html
I've followed the tutorial but when running kedro ipython in the terminal with my venv activated, I get the following error (same with %load_ext kedro.ipython in a notebook):
Folder structure
Environment
Any one had a similar bug ? I've tried many different configs of kedro/python and only one specific seems to work for me (python 3.8.12 and kedro 0.18.12)
The text was updated successfully, but these errors were encountered: