Hello,
I've been running into a wall for the past few days trying to get my PyFlink
cluster running in a Docker container on my local machine.
However, whenever I get to the point in my code where I need to run
env.execute(), I see the following error (full stack trace at bottom of email):
```
:
> There's an open issue that looks very similar:
> https://issues.apache.org/jira/browse/FLINK-36457. No idea how to work
> around this.
>
> On Wed, 2 Apr 2025 at 15:13, Gulan, Jacob
> wrote:
>
> > Hello,
> >
> > I've been running into a wall fo