"How to Resolve 'ECONNRESET' Error When Importing dydx3 Python Package on Workflow?"

This topic was automatically generated from Slack. You can find the original thread here.

Hi I need help with importing a python package on workflow. I need to use a package named dydx3. I imported the package as the docs but I am getting error called “read ECONNRESET”. the installation command of the package is “pip install dydx-v3-python”.

I’m having the same problem too with a python code step. It works sometimes, but mostly, it fails with various errors, including ECONNRESET. Sometimes, there are no exports or return values.

Hi ! I believe that’s a known bug that we’re looking into: [BUG] ECONNRESET error on python code steps · Issue #5086 · PipedreamHQ/pipedream · GitHub (cc @U02SX7ETBFB)

Thanks Danny! Do you have any recommendations in the mean time?
I’m thinking converting the step to node will unblock me.

Sorry Blessing, converting to Node is the best workaround for now. There’s some kind of issue with the Python environment where errors aren’t being caught correctly.