Skip to content

psycopg2-binary dependency conflict #541

Open
@RyanSiu1995

Description

@RyanSiu1995

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions