Edward Croft
01/18/2025, 7:33 PMkedro run --nodes=preprocess_companies_node,preprocess_shuttles_node
I get this:
DatasetError: An exception occurred when parsing config for dataset 'companies':
Class 'pandas.CSVDataset' not found, is this a typo?
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.
But I've installed kedro-datasets
Am on Python 3.10 - I noticed requirements had these lines:
kedro-datasets[pandas-csvdataset, pandas-exceldataset, pandas-parquetdataset]>=3.0; python_version >= "3.9"
kedro-datasets[pandas.CSVDataset, pandas.ExcelDataset, pandas.ParquetDataset]>=1.0; python_version < "3.9"
I don't know if the tutorial is out of date? Or is this something else?Hall
01/18/2025, 7:33 PMdatajoely
01/18/2025, 7:35 PMwhich kedro
and which pip
to make sure I’m talking to the right bitsEdward Croft
01/18/2025, 8:35 PMdatajoely
01/18/2025, 10:10 PMJuan Luis
01/28/2025, 12:26 PMA note to the documentation folk at kedro - I did find it quite circular/confusing setting up a venv before the project was created.a long standing issue... dropped a comment here https://github.com/kedro-org/kedro/discussions/4274