-
Notifications
You must be signed in to change notification settings - Fork 606
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
psycopg2-binary dependency conflict #541
Comments
|
Since this was closed, we've reworked how we handle instrumentation <> library dependencies and I think it should be possible to support both with the same instrumentation. Would be great if someone could experiment and figure out if it is doable easily. |
I can give it a try this weekend. However note that the package discourages the usage of |
Agree but if we can easily support both, we can make life easier for people using binary in dev/CI while still using opentelemetry. |
relevant discussion and some proposal here #610. |
Describe your environment
Steps to reproduce
Install
psycopg2
instead ofpsycopg2-binary
What is the expected behavior?
No error message popping up
What is the actual behavior?
The instrumentation library will throw this error for every run.
Additional context
The instrumentation actually works as expected for
psycopg2
. So, the package instrumented should be bothpsycopg2-binary
andpsycopg
The text was updated successfully, but these errors were encountered: