Re: Python 3 support in the Python SDK

2018-07-04 Thread Robbe Sneyders
Hi Sergei, We're currently finishing the futurization step. We have some open PRs, which I see you've started reviewing. Thanks for that! As Charles said, we will start working on the Beam Python 3 tests when the futurization step is finished completely. We're planning to start with the coders pa

Re: Python 3 support in the Python SDK

2018-07-02 Thread Sergei Lebedev
Hi Charles, Thanks for the heads up. Looking at BEAM-2784, most of the sub-tickets are either DONE or IN PROGRESS, meaning that the futurization is almost finished, right? Should I wait a bit, and then help to port/debug the test code? Sergei On Mon, Jul 2, 2018 at 10:43 PM Charles Chen wrote:

Re: Python 3 support in the Python SDK

2018-07-02 Thread Charles Chen
Hi Sergei, Matthias and Robbe are actively working on this support. Their plan is to futurize all relevant modules and then work on Beam Python 3 tests; this is being tracked in https://issues.apache.org/jira/browse/BEAM-2784 and I added https://issues.apache.org/jira/browse/BEAM-4715 as well. W

Python 3 support in the Python SDK

2018-07-02 Thread Sergei Lebedev
Hello, The Beam Python SDK does not currently support Python 3. This limits the use of Beam itself, as well as some other projects depending on it (e.g. TensorFlow Model Analysis [1]). There is an ongoing effort on making the SDK Python 3-compatible (see e.g. [2]). However, there is no up-to-date