Skip to content

[python-client 2.6.0] ContextualVersionConflict grpcio dependency conflict #7477

@lbenc135

Description

@lbenc135

Describe the bug
When installing pulsar-client==2.6.0 there's a dependency conflict with grpcio library.

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.

Screenshots
Screenshot from 2020-07-08 09-17-09

Desktop (please complete the following information):

  • OS: Ubuntu 20.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugThe PR fixed a bug or issue reported a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions