Hi Luan, According to the documentation Python 3.9 is currently indeed not supported. I briefly checked the Jira tickets and also couldn't find one about adding support for this, so I've created https://issues.apache.org/jira/browse/FLINK-27058 for that.
@[email protected] <[email protected]> @[email protected] <[email protected]>m can you let us know your thoughts on this? Especially if it's "just" a matter of upgrading dependencies, since we also have another PyFlink ticket for that because it currently can't compile on Mac M1 [1] Best regards, Martijn Visser https://twitter.com/MartijnVisser82 https://github.com/MartijnVisser [1] https://issues.apache.org/jira/browse/FLINK-25188 On Tue, 5 Apr 2022 at 11:40, Luan Cooper <[email protected]> wrote: > Hi > > currently I'll need to run pyflink udf on python 3.9 which is not supported > right now > > I tried building > - pyarrow==2.0.0 > - apache-beam==2.27.0 > on python 3.9 and test python jobs but failed > > Is there any discussions/git branch on python 3.9 before? (I didn't find > any in this dev list) > so I can continue working to fit 3.9 >
