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 1jS3L9-0003KA-MK for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 24 Apr 2020 18:46:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1jS3L8-0005of-K9 for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 24 Apr 2020 18:46:18 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jS3L8-0005oX-Cw for pgsql-pkg-debian@lists.postgresql.org; Fri, 24 Apr 2020 18:46:18 +0000 Received: from mail-lf1-x131.google.com ([2a00:1450:4864:20::131]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jS3L6-0003h2-9c for pgsql-pkg-debian@postgresql.org; Fri, 24 Apr 2020 18:46:18 +0000 Received: by mail-lf1-x131.google.com with SMTP id g10so8497916lfj.13 for ; Fri, 24 Apr 2020 11:46:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=K2bKSDT6+petZuUX2D+Cs857Hv/WN7JNZwJ5KYADCKc=; b=fjKjau8Pxka0fksEuRRuib7KQsxJyA1ZuIKqF2Th/ZxuIFqnri1hrEKEun/8oYiVkG 5VC2/YE1qHV9xeB46MauhzkPAPLOIStAwUHrpdy4ampPPJRsP3pfo3EnLIXkt4jqsG0Z ShHFG0yhdjBaC98M3XdxXeX1ycniKAlxPyt4ou4bFSZ8hO3TWNp/SK/XZgCCVwknLyV5 dD7nsr95mgzAzUX30udcippIKcF8+irnnDFgJ7FWmUGfCVxAwhFgVEdX7P5YeqB6vSTV CfIigV1YvQxB6ROjYceYT2yz3JVm1rUuKCBGiFXqsMwTSlKlib/7/bC+GpRQJkzC6OJK 1b4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=K2bKSDT6+petZuUX2D+Cs857Hv/WN7JNZwJ5KYADCKc=; b=rs3J4JGrvO9Gfd6ZGCNIBq9yMqLPlY+pcIEaM+GAgNx0RdtDOz531gA9x9T7xgnsMZ 1jCQRuIaLBmU88iYEn31ydIlADtXuJYnCrTHLGRRuagZnQYATqXaoEo+KCymtlnwnoGH XIQV7tHFDd4cdXIb0aodYxBq11aA8hHjORUcizLJaVamDqFy4i137PBv2lJ56FCkeWaV HnoVb2Lv3Ag7tBFsC2cHkf9+dq7dSVKZPMe+rYbiFekSgfgo6+5iWgo04nIDsfBbY4Vu Fyea/WGKRjQrYZQT+mfviLBV+7Tn7Gy1ZgwclX0g8T6//HKW85pCwcasJwHBO3Auy98L 6UIw== X-Gm-Message-State: AGi0PuZP1rOYEndtNncUFqjXjb+Zvs2TRv5us8ctydbYAyaTm87ohUv5 3osF6gWxMnFebGb/ZM15jK190V+eW26Yhy0EIegNfT7rqE4= X-Google-Smtp-Source: APiQypI+En6d20/yzwlSR86WprydTO5vgP3GhDX1cSF8I9S1GZvD+h0QfNZVwCQSYXKeiaywUKfOGv1QUaFtHJAortY= X-Received: by 2002:a19:c602:: with SMTP id w2mr6685395lff.74.1587753975340; Fri, 24 Apr 2020 11:46:15 -0700 (PDT) MIME-Version: 1.0 From: Alex Oh Date: Fri, 24 Apr 2020 11:46:04 -0700 Message-ID: Subject: Ubuntu 20.04 pgAdmin4 missing, libpython >= 3.7 needed To: pgsql-pkg-debian@postgresql.org Content-Type: multipart/alternative; boundary="000000000000b0e2e605a40dc7ec" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --000000000000b0e2e605a40dc7ec Content-Type: text/plain; charset="UTF-8" pgAdmin4 is not yet part of focal-fossa support, which is fine since it can be obtained from eoan support packages. On Ubuntu 20.04, new installs of pgAdmin4 from the eoan support is asking for libpython >= 3.7. The error message is: *sudo apt-get install pgadmin4Reading package lists... DoneBuilding dependency tree Reading state information... DoneSome packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:The following packages have unmet dependencies: pgadmin4 : Depends: libpython3.7 (>= 3.7.0) but it is not installableE: Unable to correct problems, you have held broken packages.* Even after installing libpython3.8, I still get the same error. Not sure how to progress from here. Thank you, Alex --000000000000b0e2e605a40dc7ec Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
pgAdmin4 is not yet part of focal-fossa support, whic= h is fine since it can be obtained from eoan support packages.=C2=A0 On Ubu= ntu 20.04, new installs of pgAdmin4 from the eoan support is asking for lib= python >=3D 3.7. The error message is:

su= do apt-get install pgadmin4
Reading package lists... Done
Building de= pendency tree =C2=A0 =C2=A0 =C2=A0
Reading state information... DoneSome packages could not be installed. This may mean that you have
reque= sted an impossible situation or if you are using the unstable
distributi= on that some required packages have not yet been created
or been moved o= ut of Incoming.
The following information may help to resolve the situat= ion:

The following packages have unmet dependencies:
=C2=A0pgadmi= n4 : Depends: libpython3.7 (>=3D 3.7.0) but it is not installable
E: = Unable to correct problems, you have held broken packages.

Even after installing libpython3.8, I still get the= same error. Not sure how to progress from here.

T= hank you,

Alex
--000000000000b0e2e605a40dc7ec--