Skip to content

PIP opentelemetry-api 1.10a0 conflicts with opentelemetry-instrumentation #1910

Closed
@pjachowi

Description

@pjachowi

Describe your environment
Python 3.8.5
system='Linux', node='XXXXXXXXX', release='5.8.0-55-generic', version='#62~20.04.1-Ubuntu SMP Wed Jun 2 08:55:04 UTC 2021', machine='x86_64', processor='x86_64'

Steps to reproduce

$ cat requirements.txt
opentelemetry-api==1.10a.0
opentelemetry-sdk==1.10a.0
opentelemetry-instrumentation

$ pip3 install -r ./requirements.txt
...
ERROR: opentelemetry-instrumentation 0.22b0 has requirement opentelemetry-api==1.3.0, but you'll have opentelemetry-api 1.10a0 which is incompatible....

What is the expected behavior?
pip3 install finishes successfully

What is the actual behavior?
pip3 install finishes with error

Additional context
In my project I use opentelemetry-instrumentation-grpc. When I tried latest version of experimental metrics, included in opentelemetry-api 1.10a0, I got conflicting requirements.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions