https://kedro.org/ logo
#questions
Title
# questions
t

Tomás Rojas

09/15/2023, 8:25 PM
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

Matthias Roels

09/16/2023, 6:01 AM
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

Tomás Rojas

09/25/2023, 5:18 PM
This worked! Thank you very much!