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

Does not detects psycopg[binary]. Tries to install psycopg2[binary]. #58

Open
arnab-trameter opened this issue Jan 26, 2024 · 2 comments

Comments

@arnab-trameter
Copy link

arnab-trameter commented Jan 26, 2024

Describe the bug
I have moved from psycopg2[binary] to psycopg[binary] (Version 3.1.17 - Successor to psycopg2). But this package doesn't detects that. It has a fixed requirement of psycopg2 and therefore the installation fails.

django's backend
Switch to django's backend (django.db.backends.xxx), does the problem reproduce?
Can't test that as the installation fails.

Environment

  • Python Version: 3.10
  • Django Version: 4.2.7 & 4.2.9

Traceback
Post traceback here.
If you prefer to avoid building psycopg2 from source, please install the PyPI err: 'psycopg2-binary' package instead.
Screenshot 2024-01-26 at 9 02 41 AM

Optional: SQL and parameters
Post SQL and parameters here, Pay attention to hiding private information.
N/A

@altairbow
Copy link
Owner

This problem should have been fixed in PR54

@frobert
Copy link

frobert commented Apr 22, 2024

Same issue here..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants