Re: Error while trying to install in 3.11 - Mailing list psycopg

From Daniele Varrazzo
Subject Re: Error while trying to install in 3.11
Date
Msg-id CA+mi_8ajb+Ha_1yiHF99FQr6byoA_jNjHxnpATfS34uvX=NA2w@mail.gmail.com
Whole thread Raw
In response to Error while trying to install in 3.11  (David Raymond <David.Raymond@tomtom.com>)
List psycopg


On Tue, 1 Nov 2022, 17:22 David Raymond, <David.Raymond@tomtom.com> wrote:
I just install Python 3.11, and am trying to install psycopg2 with pip and am getting errors.
Seems to install just fine when I go back to 3.10, but 3.11 is giving me errors.

Seems to be the same error whether I'm trying to install psycopg2 or psycopg2-binary.

This is on Windows. Below is the copy/paste of the pip output for trying both psycopg2 and psycopg2-binary

[...]

Hello,

Psycopg2 packages for Python 3.11 for Windows have not been released yet, because we are waiting for Appveyor to release their build images.

You can follow the development on https://github.com/psycopg/psycopg2/issues/1514

Psycopg3 packages for Windows have been released already, because they build on GitHub instead.

Cheers

-- Danielr

psycopg by date:

Previous
From: David Raymond
Date:
Subject: Error while trying to install in 3.11
Next
From: Jeff Ross
Date:
Subject: Can psycopg2 copy_expert read from an io.StringIO() buffer?