Abacn commented on code in PR #23326: URL: https://github.com/apache/beam/pull/23326#discussion_r977157154
########## sdks/python/setup.py: ########## @@ -95,16 +95,6 @@ def get_version(): different technologies and user communities. ''' -REQUIRED_PIP_VERSION = '7.0.0' Review Comment: The context was here: https://github.com/apache/beam/issues/22218#issuecomment-1196014115. We may change REQUIRED_PIP_VERSION -> RECOMMENDED_MIN_PIP_VERSION and change the warning accordingly. And put the code in a try clause and catch `DistributionNotFound`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
