You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying a fresh codespace and running azd up I get the following errors regarding incompatibility of pip packages.
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-http 1.28.2 requires opentelemetry-sdk~=1.28.2, but you have opentelemetry-sdk 1.27.0 which is incompatible.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-instrumentation-urllib3 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-openai 0.33.9 requires opentelemetry-semantic-conventions<0.49,>=0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-dbapi 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-requests 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-wsgi 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-urllib 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-asgi 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-fastapi 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-django 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-aiohttp-client 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-sqlalchemy 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
opentelemetry-instrumentation-flask 0.48b0 requires opentelemetry-semantic-conventions==0.48b0, but you have opentelemetry-semantic-conventions 0.49b2 which is incompatible.
Environment
Describe your OS and dev environment (Codespaces, Dev Container, etc):
Codespaces
The text was updated successfully, but these errors were encountered:
Description
Trying a fresh codespace and running
azd up
I get the following errors regarding incompatibility of pip packages.Environment
Describe your OS and dev environment (Codespaces, Dev Container, etc):
Codespaces
The text was updated successfully, but these errors were encountered: