Hi all! Can anyone help me solve this issue? *Imp...
# questions
j
Hi all! Can anyone help me solve this issue? ImportError: cannot import name 'ConfigLoader' from 'kedro.config' (c:\Users\User\.conda\envs\venv\lib\site-packages\kedro\config\__init__.py)
a
What version of Kedro are you on?
ConfigLoader
was removed in 0.19.x, we have
OmegaConfigLoader
now
j
I am on 0.19.6
a
Here’s the migration guide for moving from
ConfigLoader
to
OmegaConfigLoader
- https://docs.kedro.org/en/stable/configuration/config_loader_migration.html
j
Thanks!!