lindong28 opened a new pull request #51: URL: https://github.com/apache/flink-ml/pull/51
## What is the purpose of the change User should see more explicit error when installing `apache-flink-ml` with un-supported python version. ## Brief change log Update setup.py to throw error if python version > 3.8. ## Verifying this change Run `python3.9 setup.py` and verified that the output is `Only Python versions between 3.6 and 3.8 (inclusive) are supported for Flink ML. The current Python version is 3.9.2.` ## Does this pull request potentially affect one of the following parts: - Dependencies (does it add or upgrade a dependency): (no) - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (no) ## Documentation - Does this pull request introduce a new feature? (no) - If yes, how is the feature documented? (N/A) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org