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

Ankar Yadav

02/09/2023, 12:18 PM
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

datajoely

02/09/2023, 12:19 PM
can you included more of the stack trace
a

Ankar Yadav

02/09/2023, 12:20 PM
d

datajoely

02/09/2023, 12:23 PM
I don’t understand this
which version of Kedro?
and which version of Python?
a

Ankar Yadav

02/09/2023, 12:24 PM
kedro 0.18.3
and
python 3.7
d

datajoely

02/09/2023, 12:25 PM
I’m really not sure
I would try and solve this with breakpoints
is it reproducible on someone elses machines?
a

Ankar Yadav

02/09/2023, 12:25 PM
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

datajoely

02/09/2023, 12:28 PM
you can put the breakpoints in Kedro itself if you are using an IDE