Hi lovely support team,
Wondering if there's an eta for the glorious day you can just sudo apt
install pgadmin4 on 22.04 and it will just work!
For now, for others that recently upgraded to 22.04, this work around may
be useful (just doing the web version in a python virtual environment)
https:
ources.list.d$ sudo apt update && sudo
apt install pgadmin4
And now it works fine
So you were right, apologies for the self inflicted goose chase -- but
definitely learned a lot in the process!
On Thu, Mar 3, 2022 at 4:45 AM Dave Page wrote:
> Hi
>
> On Thu, 3 Mar 2022 at
summarized my approach here:
https://askubuntu.com/questions/1370092/the-pgadmin-4-server-could-not-be-contacted-error
On Thu, Mar 3, 2022 at 12:22 AM Garrett Simpson
wrote:
> Doing more research...CAME UP WITH A WORK AROUND! But I definitely think
> that pgadmin4 just doesn't work
ionic:
$ sudo sed -i 's/focal/bionic/g' /etc/apt/sources.list
$ sudo apt update && sudo apt install python3.8
THIS WORKS! Python 3.8 officially installed where pgadmin is expecting it:
$ ls /usr/bin/ | grep python
-->
python3
python3.8
python3.9
and running it works
On W
Admin4. Error:
Error: spawn /usr/pgadmin4/venv/bin/python3 ENOENT
On Wed, Mar 2, 2022 at 11:57 AM Dave Page wrote:
> Hi
>
> On Wed, 2 Mar 2022 at 14:37, Garrett Simpson wrote:
>
>> Hi there,
>>
>> I'd like to report what appears to be a bug in the install
Hi there,
I'd like to report what appears to be a bug in the installation process for
pgadmin4 on Ubuntu 21.10 . Below is copy and pasted from my question on
askubuntu,
https://askubuntu.com/questions/1395499/cant-install-pgadmin4-on-ubuntu-21-10-impish-pgadmin4
I'm running Ubuntu 21.10 impish fr