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 2021/09/10 15:00:46 UTC

[GitHub] [pulsar] thesquiff opened a new issue #12002: pulsar-client>=2.8.0 is missing dependencies that used to be specified for pulsar-client>=2.7.0.

thesquiff opened a new issue #12002:
URL: https://github.com/apache/pulsar/issues/12002


   pulsar-client==2.7.0 had the following dependencies listed (pip show):
   
   certifi, protobuf, fastavro, apache-bookkeeper-client, ratelimit, prometheus-client, six, grpcio
   
   pulsar-client>=2.8.0 only lists the following dependencies:
   
   certifi, six
   
   
   This means that when python-instance tries to start up it complains about not being able import from protobuf etc until they are all installed.
   
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] github-actions[bot] commented on issue #12002: pulsar-client>=2.8.0 is missing dependencies that used to be specified for pulsar-client==2.7.0.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #12002:
URL: https://github.com/apache/pulsar/issues/12002#issuecomment-1056055872


   The issue had no activity for 30 days, mark with Stale label.


-- 
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: commits-unsubscribe@pulsar.apache.org

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