I'm quite new using Kedro and after installing kedro in my conda environment, I'm getting the following error when trying to list my catalog:
Command performed: kedro catalog list
Error:
kedro.io.core.DataSetError: An exception occurred when parsing config for DataSet
df_medinfo_raw
: ObjectParquetDataSet
cannot be loaded fromkedro.extras.datasets.pandas
. Please see the documentation on how to install relevant dependencies for kedro.extras.datasets.pandas.ParquetDataSet:
I installed kedro trough conda-forge: conda install -c conda-forge "kedro[pandas]"
. As far as I understand, this way to install kedro also installs the pandas dependencies.
I tried to read the kedro documentation for dependencies, but it's not really clear how to solve this kind of issue.
My kedro version is 0.17.6.