-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
libpq.lib error in Python 11 RC2 Windows-Only (MacOS and Linux install okay) #1499
Comments
Yes compatibility with python 3.11 should be already there, so building from source works ok, but Windows only uses binary packages, and we will only release them after the official Python 3.11 release. |
Cool, thanks @dvarrazzo. |
Python 3.11 has been officially released: |
Windows packages will be released only when appveyor supports Python 3.11. |
Looks like there is some sort of existing issue logged with the appveyor team ... appveyor/ci#3844 |
@cwegener yes, that's it. Thank you for digging it up 👍 |
Status of packages release in #1514 |
Released. |
This is a bug tracker
If you have a question, such has "how do you do X with Python/PostgreSQL/psycopg2" please write to the mailing list or open a question instead.
Before opening this ticket, please confirm that:
pip --version
you get this version.psycopg2-binary
on an Apple M1, for which binary packages are not supportedpg_config
on the command line and I obtained an output instead of an error.Please complete the following information:
In Github actions running Windows-latest and Python 3.11-rc.2 the build process is failing as follows:
Picking MacOS out of that and Linux (both work) pscyopg2 installs just fine:
It maybe this is still a roadmap task for Python 11, but I wanted to share in-case others face the same issue.
The text was updated successfully, but these errors were encountered: