Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1opvh8-0006mv-9o for psycopg@arkaria.postgresql.org; Tue, 01 Nov 2022 18:09:02 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1opvh6-0005cz-VN for psycopg@arkaria.postgresql.org; Tue, 01 Nov 2022 18:09:00 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1opvh6-0005cp-MG for psycopg@lists.postgresql.org; Tue, 01 Nov 2022 18:09:00 +0000 Received: from mail-qv1-xf32.google.com ([2607:f8b0:4864:20::f32]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1opvh4-0000yB-8J for psycopg@postgresql.org; Tue, 01 Nov 2022 18:08:59 +0000 Received: by mail-qv1-xf32.google.com with SMTP id h10so10850338qvq.7 for ; Tue, 01 Nov 2022 11:08:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=H2tkVYo/a8S4lkGRrjYmat6Bs47ph5g9fXTfRNO4um4=; b=Br6TKIKF3Sgb+VtDs8YQrZGG9F6EHFCLQGVjp9nnX4858Do/Y8ptQD1mfyDMxTmycj wWFhwyQdg1DmtBWx/Nlx1a1nsXJyD0IrV7SiqWAH3dccp1TvXJ8gHT62dOI/SfThfFpo vKVTUAGjQmQpL6Y2HC/54iR7YqV9YshyQLP0AexyClCh4lPZQZcndBeaDqPm0bnRqmXG ABnpFw1F+DJxSfDklKthNS7haU47vd2t+f/osUVF9ucH1u7ZGP5X+6cHZYYkvKRObHZt zmCaSEquh6AbC/rDOrdkt7X4qd0AJKOukLOfiMGmRIW7mZuCWmgogsfiydHfsh8UtsJw EwFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=H2tkVYo/a8S4lkGRrjYmat6Bs47ph5g9fXTfRNO4um4=; b=h7EvXK8ZuzzV2aKVM3TxEBCb/K27AGTU0VTCMDPMdyiQdXCxfgLB3NLXhhV29O05vw N0d4hGsK2pUo6yGEa6EIltrBou1fIO9STHtIj7mNwBSyvP67NHhi9sj+OefsQa4RaCu6 TgHrDqMLB49md0j4PyHuV9s3cx96wxw9H5S25XaQggQeDJmIsR2fA2GrjxUcefg5l1Bt ffG9+ZSg9sWzXGhV0/5S1rBnI8fyNqrT84nPP30iWP+t0KDxEjIF75QjLnIg49ZhClnO pOrin7Wf9enDYVE+/0zLW58MmO0O1nW8YtKyL7kOEvh1bsTzgWeFWLWCzxynbF2Nq1CN zsBQ== X-Gm-Message-State: ACrzQf0sC33FpYqr4zuwoe1bYgkd6WZmR+ulwyBi2F7Lud0Y+P/SzSVq KueEBB0Xkp7hCADS5TCC2C4Cjl5kNcPApT28lo4= X-Google-Smtp-Source: AMsMyM4vXrwxE6YdHEsPi/UmLkBhIpCcs+or1cMB/tERxplGmANi2+ag479R9MqlntHZN9/NHdhc/0Jia/AeVXTJ4JA= X-Received: by 2002:a05:6214:21a6:b0:4bb:85b4:fd96 with SMTP id t6-20020a05621421a600b004bb85b4fd96mr17036381qvc.28.1667326137221; Tue, 01 Nov 2022 11:08:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Daniele Varrazzo Date: Tue, 1 Nov 2022 19:08:46 +0100 Message-ID: Subject: Re: Error while trying to install in 3.11 To: David Raymond Cc: Psycopg Content-Type: multipart/alternative; boundary="0000000000002245a105ec6c9e92" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000002245a105ec6c9e92 Content-Type: text/plain; charset="UTF-8" On Tue, 1 Nov 2022, 17:22 David Raymond, 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 --0000000000002245a105ec6c9e92 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


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 er= rors.

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

This is on Windows. Below is the copy/paste of the pip output for trying bo= th 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 o= n https://githu= b.com/psycopg/psycopg2/issues/1514

Psycopg3 packages for Windows have been released already, be= cause they build on GitHub instead.

Cheers

-- Da= nielr
--0000000000002245a105ec6c9e92--