Hey Kedro! We are migrating to the latest versions...
# questions
h
Hey Kedro! We are migrating to the latest versions of
kedro
and
kedro-datasets
and we are confused with the new
geopandas.GenericDataset
We have an error that suggests problems with dependencies but we did install the specific group of kedro-datasets using pip. We checked the source code and the class is defined. Geopandas is installed too. Here's the dataset in the catalog:
Copy code
renab_geoloc_vul:
  filepath: data/vectors/renab/renab_vul_geoloc.geojson
  type: geopandas.GenericDataset
  versioned: false
Here's the error:
Copy code
DatasetError: An exception occurred when parsing config for dataset 'renab_geoloc_vul': You can only set the value of existing options. Please see the documentation on how to install relevant dependencies for kedro_datasets.geopandas.GenericDataset:
<https://docs.kedro.org/en/stable/kedro_project_setup/dependencies.html#install-dependencies-related-to-the-data-catalog>
Can you help please ? 🙏
l
Hi, @Hugo Rebeix, have you tried running it on a fresh environment, just to make sure it's a dependency issue and not an environment issue?
h
Hi, I think it's been done by my colleague! I'll check with him. Thanks for answering. Will update here