Broken pipe error

Ivona
Level 1
Broken pipe error

Hallo,

After running my python code I get the following error:

Error in Python process: At line 205: <class 'Exception'>: Error : [Errno 32] Broken pipe

Does anyone knows why I get this error? 

0 Kudos
1 Reply
AlexT
Dataiker

HI @Ivona ,

It's hard to say precisely with just the error and not knowing what you have on line 205 of your script. But a broken pipe generally means something terminated unexpectedly and python is not able to write to an existing "pipe". 

Check the full trace and your code around line 205 to determine what may be happening if you still need assistance raising support  ticket with the job diagnostics. 


0 Kudos