Skip to content

OpenTelemetry exporter installation error #36948

@TaoChenOSU

Description

@TaoChenOSU
  • Package Name: azure-monitor-opentelemetry-exporter
  • Package Version: 1.0.0b28
  • Operating System: Windows
  • Python Version: 3.12

Describe the bug
Installing the above package automatically installs opentelemetry-sdk~=1.26.0 and opentelemetry-semantic-conventions 0.47b0, which will cause incompatibility issues later on.

Error message:

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.       
opentelemetry-exporter-otlp-proto-grpc 1.24.0 requires opentelemetry-sdk~=1.24.0, but you have opentelemetry-sdk 1.26.0 which is incompatible.
opentelemetry-instrumentation-asgi 0.45b0 requires opentelemetry-semantic-conventions==0.45b0, but you have opentelemetry-semantic-conventions 0.47b0 which is incompatible.
opentelemetry-instrumentation-fastapi 0.45b0 requires opentelemetry-semantic-conventions==0.45b0, but you have opentelemetry-semantic-conventions 0.47b0 which is incompatible.

To Reproduce
Steps to reproduce the behavior:

  1. pip install azure-monitor-opentelemetry-exporter

Expected behavior
Package successfully installed.

Additional context
I am able to install version 1.0.0b24.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.Monitor - ExporterMonitor OpenTelemetry ExporterService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions