Hi, I am still having issues with a project I git ...
# questions
t
Hi, I am still having issues with a project I git cloned:
ValueError: Given configuration path either does not exist or is not a valid directory:
/home/tomasrojasc/Documents/thesis_tomas/conf/local
I found: https://github.com/kedro-org/kedro/issues/445
Indeed I only have conf base, not local
m
You should have at least both (base/local) for it to work as local is the default env checked by the config loader Edit: it turns out I was wrong about this one, see the docs https://docs.kedro.org/en/stable/configuration/configuration_basics.html#how-to-use-only-one-configuration-environment
t
This worked! Thank you very much!