-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Monitor - ExporterMonitor OpenTelemetry ExporterMonitor OpenTelemetry ExporterService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that
Description
- 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:
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
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Monitor - ExporterMonitor OpenTelemetry ExporterMonitor OpenTelemetry ExporterService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: 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 thatThe issue doesn't require a change to the product in order to be resolved. Most issues start as that