Broken pipe error

Ivona
Ivona Registered Posts: 2

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?

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 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.


Setup Info
    Tags
      Help me…