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

Cannot install on a box without gcc - due to psycopg2 #13

Open
jn0 opened this issue Sep 15, 2023 · 0 comments
Open

Cannot install on a box without gcc - due to psycopg2 #13

jn0 opened this issue Sep 15, 2023 · 0 comments

Comments

@jn0
Copy link

jn0 commented Sep 15, 2023

I'm building a fork of migra.
It includes schemainspect package.
That relays on sqlbag[pg].
That wants psycopg2 (not psycopg2-binary) in turn.

The box where I have to run the code has no gcc installed.

So, I see the crash in attempt to build psycopg2 (even having psycopg2-binary installed!).

This effectively prevents me from using migra.

Proposal: could you please replace psycopg2 with psycopg2-binary in your dependancies?

P.S. It's Python 3.10.12 in Ubuntu 22.04.3 LTS if it matters.

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

1 participant