Hello! I am having an issue with omegaconf globals...
# questions
j
Hello! I am having an issue with omegaconf globals config loading and I am wondering if anyone has faced something similar. We are working with python 3.11.4, kedro 0.18.14 and omegaconf 2.3.0 on two different Windows devices. We have updated copies of the same branch of the same repo in both devices and, when we try to run a pipeline, everything works fine on device A; however, on device B we get an InterpolationResolutionError wherever we use globals keys. It seems like the globals config is not being properly loaded on device B but we do not know why as we are using same versions of python, kedro and omegaconf and the same updated versions of the branch. Any ideas on what to try/check ?
d
hmm off the top of my head - the
local
directories are `gitignore`d, can you confirm there are no conflicts between the two machines there?
👍 1
j
it was that, they were gitignored so the 2nd device didn't have the folder
local
, manually adding the empty folder fixed it
👍 1
j
hmmm looks like a variation of this issue I reported a long time ago 🤔 https://github.com/kedro-org/kedro/issues/2593
manually adding the empty folder fixed it
that looks less than ideal, thanks for reporting back @Javier Perez. I'm sure we can improve the error message in cases like these
🫡 2