Switch psycopg to binary version #6153
browniebroke
started this conversation in
Ideas
Replies: 1 comment
-
|
FWIW, the build failure from #6143 has gone away after retrying CI so that might just be due to the PR being opened before all packages were published to PyPI. The question remains though, feels like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We just received a PR to update psycopg to the latest version and it fails the build: #6143:
I went looking up the psycopg issue tracker to see whether this was a problem on their end and stumbled upon this issue:
psycopg[c]psycopg/psycopg#1195From reading it, it seems like we could switch from the C variant to the binary without much/any performance penalty. This would simplify and speed up the build. I think this was perhaps more required in the psycopg2 world, but this seems less needed with v3.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions