nd0rf1n
04/11/2022, 8:05 PMkedro run
during the "Extend the data processing pipeline" step of the spaceflights tutorial (that's where you add the pandas.ParquetDataset
to the catalog):
kedro.io.core.DataSetError: Class `pandas.ParquetDataset` not found or one of its dependencies has not been installed.
Any ideas on what the issue is? I've spent quite a few hours playing around with conda environments, tried both on Windows and WSL, but I keep getting the same error. Googling around has not helped either.datajoely
04/11/2022, 8:11 PMnd0rf1n
04/11/2022, 8:13 PMpip install "kedro[pandas]"
pip install "kedro[all]"
pip install "kedro[pandas.ParquetDataset]"
datajoely
04/11/2022, 8:14 PMnd0rf1n
04/11/2022, 8:15 PMdatajoely
04/11/2022, 8:15 PMkedro["pandas"]
nd0rf1n
04/11/2022, 8:15 PMnoklam
04/11/2022, 8:16 PMdatajoely
04/11/2022, 8:16 PMnd0rf1n
04/11/2022, 8:16 PMdatajoely
04/11/2022, 8:17 PMnd0rf1n
04/11/2022, 8:17 PMdatajoely
04/11/2022, 8:18 PMnd0rf1n
04/11/2022, 8:19 PMdatajoely
04/11/2022, 8:19 PMnd0rf1n
04/11/2022, 8:22 PMkedro run
datajoely
04/11/2022, 8:25 PMwhich kedro
what do you get?nd0rf1n
04/11/2022, 8:26 PM/home/thanos/miniconda3/envs/test-kedro/bin/kedro
datajoely
04/11/2022, 8:27 PMnd0rf1n
04/11/2022, 8:27 PMnoklam
04/11/2022, 8:27 PMpandas.ParquetDataSet
datajoely
04/11/2022, 8:27 PMnoklam
04/11/2022, 8:27 PMdatajoely
04/11/2022, 8:28 PMnd0rf1n
04/11/2022, 8:29 PMpandas.ParquetDataSet
right?datajoely
04/11/2022, 8:29 PMnd0rf1n
04/11/2022, 8:30 PMdatajoely
04/11/2022, 8:30 PMnd0rf1n
04/11/2022, 8:30 PMdatajoely
04/11/2022, 8:30 PMnd0rf1n
04/11/2022, 8:31 PMdatajoely
04/11/2022, 8:31 PMnd0rf1n
04/11/2022, 8:31 PMdatajoely
04/11/2022, 8:31 PMnd0rf1n
04/11/2022, 8:31 PMdatajoely
04/11/2022, 8:32 PMnd0rf1n
04/11/2022, 8:32 PMnoklam
04/11/2022, 8:33 PMnd0rf1n
04/11/2022, 8:33 PM