Sanjay Minni
Sanjay Minni
Hi @adityatoshniwal output is lrwxrwxrwx 1 root root 19 Apr 1 17:21 /usr/pgadmin4/venv/bin/python3 -> /usr/bin/python3.11 > HI @sanjayminni, Please share the output of `ls -l /usr/pgadmin4/venv/bin/python3`
> > Hi @adityatoshniwal output is lrwxrwxrwx 1 root root 19 Apr 1 17:21 /usr/pgadmin4/venv/bin/python3 -> /usr/bin/python3.11 > > > HI @sanjayminni, Please share the output of `ls -l /usr/pgadmin4/venv/bin/python3`...
@adityatoshniwal > Ubuntu Noble is not yet supported by pgAdmin. So this is a feature and not a bug. One can check the supported versions here - https://www.pgadmin.org/download/pgadmin-4-apt/ I do...
> @sanjayminni, run the following commands and then try: > > ``` > rm -f /usr/pgadmin4/venv/bin/python3 > ln -s /usr/bin/python3 /usr/pgadmin4/venv/bin/python3 > ``` Nope I get **The pgAdmin 4 server...
I do understand and appreciate the effort and complexity involved. I am using quite a few tools which seem to work across. anyway any idea by when this may get...
worked thanks note on line `ln -s /usr/bin/python3.11 /usr/pgadmin4/venv/bin/python3` i got the error message ln: failed to create symbolic link '/usr/pgadmin4/venv/bin/python3': File exists so i deleted the file `sudo rm...