Hello,
I'm trying to install pgadmin4-web on my Debian 12 operating system but so far without any success.
What I did:
1. follow instructions from https://www.howtoforge.com/how-to-insta ... debian-12/.
When I came to the final step running the command:I get these output:
Setting up pgAdmin 4 in web mode on a Debian based platform...
Creating configuration database...
/usr/pgadmin4/bin/setup-web.sh: line 79: 49626 Illegal instruction /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py setup-db
Error setting up server mode. Please examine the output above.
I have installed python version:Python 3.11.2
Perhaps I messed up the python environment, I do not know.
What can I do to get a successfully installation of the PgAdmin4 on my system?
Any advices will be appreciated!
I'm trying to install pgadmin4-web on my Debian 12 operating system but so far without any success.
What I did:
1. follow instructions from https://www.howtoforge.com/how-to-insta ... debian-12/.
When I came to the final step running the command:
Code:
sudo /usr/pgadmin4/bin/setup-web.sh
Setting up pgAdmin 4 in web mode on a Debian based platform...
Creating configuration database...
/usr/pgadmin4/bin/setup-web.sh: line 79: 49626 Illegal instruction /usr/pgadmin4/venv/bin/python3 /usr/pgadmin4/web/setup.py setup-db
Error setting up server mode. Please examine the output above.
I have installed python version:
Code:
python3 -V
Perhaps I messed up the python environment, I do not know.
What can I do to get a successfully installation of the PgAdmin4 on my system?
Any advices will be appreciated!
Statistics: Posted by cspaul — 2025-01-29 08:24 — Replies 0 — Views 39