Hi team, I am trying to run kedro on windows and w...
# questions
a
Hi team, I am trying to run kedro on windows and when I start my pipeline I get the following errror:
Copy code
keyerror: "logging"
I immediately get this message as soon as I run the pipeline, any idea why this is happening?
d
can you included more of the stack trace
a
d
I don’t understand this
which version of Kedro?
and which version of Python?
a
kedro 0.18.3
and
python 3.7
d
I’m really not sure
I would try and solve this with breakpoints
is it reproducible on someone elses machines?
a
For some reason the same code works on linux machine but fails in windows env
Actually the error occurs as soon as pipeline is initiated, so breakpoints wont help
d
you can put the breakpoints in Kedro itself if you are using an IDE