lbenc135 opened a new issue #2377:
URL: https://github.com/apache/bookkeeper/issues/2377


   **BUG REPORT**
   
   ORIGINAL ISSUE: https://github.com/apache/pulsar/issues/7477
   
   ***Describe the bug***
   
   When installing `pulsar-client==2.6.0` there's a dependency conflict with 
grpcio library.
   
   In `apache-bookkeeper-client==4.11.0` the dependency `grpcio<1.26.0` was 
introduced, but `pulsar-client` installs the latest version.
   
   The dependency tree is (as I understand it):
   
   - pulsar-client (2.6.0)
     - grpcio (any)
     - apache-bookkeeper-client (4.11.0)
       - grpcio >=1.8.2,<1.26.0
   
   ***To Reproduce***
   
   Steps to reproduce the behavior:
   
   1. pip install pulsar-client==2.6.0
   2. grpcio==1.30.0 gets installed
   3. If I try to build my own pip package with pulsar-client as dependency, 
and try to build it, I get the ContextualVersionConflict error
   
   ***Expected behavior***
   
   I expect the correct version to be installed and/or the dependency tree to 
be fixed.
   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to