You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2023/01/12 13:35:40 UTC

[GitHub] [beam] jhoareau commented on issue #23982: [Bug]: Could not find a version that matches protobuf

jhoareau commented on issue #23982:
URL: https://github.com/apache/beam/issues/23982#issuecomment-1380366709

   Hi @AnandInguva we are blocked because of the above Protobuf restriction ('protobuf>3.12.2,<3.19.5') applies to all environments (also non-MacOS) when using Poetry.
   The reason is that the PyPI repository has this quite restrictive requirement in place: https://pypi.org/pypi/apache-beam/2.43.0/json instead of the looser "<4" for non-macOS environments.
   
   It'd be great if you could either remove the condition from `setup.py` or fix the PyPI API requirements!


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org