-
-
Notifications
You must be signed in to change notification settings - Fork 539
psycopg2-binary: Why? #674
Copy link
Copy link
Closed
Labels
wheelBugs related to the wheel distribution, not happening installing from sourceBugs related to the wheel distribution, not happening installing from source
Metadata
Metadata
Assignees
Labels
wheelBugs related to the wheel distribution, not happening installing from sourceBugs related to the wheel distribution, not happening installing from source
Forgive the blunt question but I cannot find discussion on why the split of psycopg2 and psycopg2-binary is happening. The current (2.7) way of doing wheel+source distribution works exactly how it's supposed to. Splitting into a separate -binary distribution actually breaks any library that depends on psycopg2=>2.x, which includes for example sqlalchemy's postgres bindings, because setuptools will complain the dependency is not matched.