PGAdmin4.11.1 on Ubuntu 18.04

From: Tony Shelver <tshelver(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: PGAdmin4.11.1 on Ubuntu 18.04
Date: 2019-08-01 14:39:18
Message-ID: CAG0dhZBV2krLp+v-NFNJtfV-ifTN5aOUXS29DAvwxmUHHMcXaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I am getting an 'able oid' when querying any tables using the Query tool.
When using the view / edit data option, everything works fine.

I came across this
<<<

The problem is due to python3-psycopg2. The latest pgadmin4 version
requires psycopg2-2.8. But if you're on Debian/Ubuntu stable, apt installed
v2.7. So you need to update it with pip :

sudo pip3 install -U psycopg2
>>>

The problem is that the upgrade to psycopg 2.8 doesn't work, as it's
installed as part of the dtsutils package along with pgadmin4.

Any ideas?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2019-08-01 14:46:31 Re: PGAdmin4.11.1 on Ubuntu 18.04
Previous Message Adrian Klaver 2019-08-01 14:28:58 Re: adding more space to the existing server