We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm building a fork of migra. It includes schemainspect package. That relays on sqlbag[pg]. That wants psycopg2 (not psycopg2-binary) in turn.
migra
schemainspect
sqlbag[pg]
psycopg2
psycopg2-binary
The box where I have to run the code has no gcc installed.
gcc
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.
Python 3.10.12
Ubuntu 22.04.3 LTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm building a fork of
migra
.It includes
schemainspect
package.That relays on
sqlbag[pg]
.That wants
psycopg2
(notpsycopg2-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 havingpsycopg2-binary
installed!).This effectively prevents me from using migra.
Proposal: could you please replace
psycopg2
withpsycopg2-binary
in your dependancies?P.S. It's
Python 3.10.12
inUbuntu 22.04.3 LTS
if it matters.The text was updated successfully, but these errors were encountered: