Hi Edwin, Am Mittwoch, 1. September 2021, 19:02:21 CEST schrieb medwinz: ....
Anyone got it working?
Bugreport to this: https://bugzilla.opensuse.org/show_bug.cgi?id=1189205
I can make it work, after several trials and reading the arch bbs (https://bbs.archlinux.org/viewtopic.php?id=266423). Seems that the several python packages don't match with the pgadmin4-4.30 (version in TW oss repo) requirement. I need to downgrade several python packages, and install it using pip
python-flask==1.1.2-4 python-flask-security-too==3.3.3-3 python-psycopg2==2.8.6-4 python-wtforms==2.2.1-10
pip install it to /usr/local/lib/python3.8/site-packages instead of /usr/lib/python3.8/site/packages. Also it put the flask under /usr/local/bin. So you need to configure the python path also for /usr/local/bin and /usr/local/lib/python3.8/site-packages on pgadmin4 configuration.
I will add this info into your bug report.
Thanks for your analysis. That may explain why it works in Leap 15.3, but not in TW I guess an upgrade to current version 5.6 may help? Version 4.30 in TW looks somewhat outdated....
Maybe easier for me to install dbeaver, but I always love to use pgadmin :-)
Will look a it! Thanks Axel