You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/07/16 14:45:45 UTC

[GitHub] [pulsar] lbenc135 commented on issue #7477: [python-client 2.6.0] ContextualVersionConflict grpcio dependency conflict

lbenc135 commented on issue #7477:
URL: https://github.com/apache/pulsar/issues/7477#issuecomment-659460179


   @sijie It's a bit complicated because it involves having a python package which requires another python package.
   
   Basically it seems the problem is that in version 4.11.0 of `apache-bookkeeper-client` there was an explicit requirement added: `grpcio<1.26.0`, while in 4.10.0 this was only `>=1.8.2`. Since pulsar-client itself requires `grpcio`, but does not specify a version, pip installs the newest (maybe the solution is removing this dependency?).
   
   Setuptools verifies all the dependencies of my python package and throws this error.
   
   I temporarily solved it by explicitly adding `grpcio==1.25.0` in my requirements.txt.


----------------------------------------------------------------
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:
users@infra.apache.org