## The problem
Issue PipedreamHQ/pipedream#5086 (closed, 26 comments): **Describe the bug** Python code steps fail with a `ECONNRESET` error without any additional debugging information. It appears to be widespread with an unknown single cause, has potentially multiple cause. **Expected behavior** We expect to be able to run valid Python code, or have more helpful error messages surfaced if a runtime error occurs. **Additional context** * Public Slack report * [Community report](https://pipedream.com/community/t/cannot-run-workflows-due-to-econnreset-error/4061/10) * [Github Issue report](https://github.com/PipedreamHQ/pipedream/issues/5067) If you have a specifi

## What fixed it
The ECONNRESET errors on Python code steps were resolved with the latest Python execution environment. Re-run your workflow on the current environment and the connection resets go away.