Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg_resources.VersionConflict: (opentelemetry-semantic-conventions 0.41b0) Requirement.parse('opentelemetry-semantic-conventions==0.45b0')) #3900

Open
joshight opened this issue May 1, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@joshight
Copy link

joshight commented May 1, 2024

Describe your environment Describe any aspect of your environment relevant to the problem, including your Python version, platform, version numbers of installed dependencies, information about your cloud hosting provider, etc. If you're reporting a problem with a specific version of a library in this repo, please check whether the problem has been fixed on main.

Followed instructions here to downgrade after getting ERROR: No matching distribution found for opentelemetry-instrumentation-aiohttp-server on 0.45b0.

Current install list:

opentelemetry-api                                         1.20.0     
opentelemetry-distro                                      0.41b0     
opentelemetry-exporter-otlp                               1.20.0     
opentelemetry-exporter-otlp-proto-common                  1.20.0     
opentelemetry-exporter-otlp-proto-grpc                    1.20.0     
opentelemetry-exporter-otlp-proto-http                    1.20.0     
opentelemetry-instrumentation                             0.41b0     
opentelemetry-instrumentation-aiohttp-client              0.41b0     
opentelemetry-instrumentation-asgi                        0.41b0     
opentelemetry-instrumentation-aws-lambda                  0.41b0     
opentelemetry-instrumentation-boto                        0.41b0     
opentelemetry-instrumentation-boto3sqs                    0.41b0     
opentelemetry-instrumentation-botocore                    0.41b0     
opentelemetry-instrumentation-celery                      0.41b0     
opentelemetry-instrumentation-dbapi                       0.41b0     
opentelemetry-instrumentation-fastapi                     0.41b0     
opentelemetry-instrumentation-grpc                        0.41b0     
opentelemetry-instrumentation-httpx                       0.41b0     
opentelemetry-instrumentation-logging                     0.41b0     
opentelemetry-instrumentation-redis                       0.41b0     
opentelemetry-instrumentation-requests                    0.41b0     
opentelemetry-instrumentation-sqlalchemy                  0.41b0     
opentelemetry-instrumentation-sqlite3                     0.41b0     
opentelemetry-instrumentation-system-metrics              0.41b0     
opentelemetry-instrumentation-tortoiseorm                 0.41b0     
opentelemetry-instrumentation-urllib                      0.41b0     
opentelemetry-instrumentation-urllib3                     0.41b0     
opentelemetry-instrumentation-wsgi                        0.41b0     
opentelemetry-propagator-aws-xray                         1.0.1      
opentelemetry-propagator-b3                               1.24.0     
opentelemetry-proto                                       1.20.0     
opentelemetry-sdk                                         1.20.0     
opentelemetry-semantic-conventions                        0.41b0     
opentelemetry-util-http                                   0.41b0     

Steps to reproduce
Describe exactly how to reproduce the error. Include a code sample if applicable.

Now getting error during execution:

Using command ../.venv/bin/opentelemetry-instrument with args ../.venv/bin/gunicorn service.server:fast_app

`pkg_resources.VersionConflict: (opentelemetry-semantic-conventions 0.41b0 (.venv/lib/python3.11/site-packages), Requirement.parse('opentelemetry-semantic-conventions==0.45b0'))`

What is the expected behavior?
What did you expect to see?

Expect to see traces in local jaeger docker container

What is the actual behavior?
What did you see instead?

ERROR [] module=exporter: Failed to export metrics to localhost:4317, error code: StatusCode.UNIMPLEMENTED

Additional context
Add any other context about the problem here.

@joshight joshight added the bug Something isn't working label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant