-
Notifications
You must be signed in to change notification settings - Fork 760
Open
Labels
auto-instrumentationfeature-requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Describe your environment
> pip freeze | grep psyco
opentelemetry-instrumentation-psycopg2==0.22b0
psycopg2==2.8.6
Steps to reproduce
Install psycopg2
instead of psycopg2-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.
DependencyConflict: requested: "psycopg2-binary >= 2.7.3.1" but found: "None"
Additional context
The instrumentation actually works as expected for psycopg2
. So, the package instrumented should be both psycopg2-binary
and psycopg
leoskyrocker
Metadata
Metadata
Assignees
Labels
auto-instrumentationfeature-requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed