| From: | Svensson Peter <peter(dot)svensson(at)smhi(dot)se> |
|---|---|
| To: | "pgsql-pkg-yum(at)postgresql(dot)org" <pgsql-pkg-yum(at)postgresql(dot)org> |
| Subject: | Installation deps error for pgadmin4 in Rhel8 |
| Date: | 2019-12-13 11:02:21 |
| Message-ID: | 1CC6B04B8F153C4CBE486B1C7FD8974303230E15A0@WINVMSERV464.ad.smhi.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-pkg-yum |
I tried to install latest pgadmin4 (4.16) in Rhel8 but got some deps error:
Using Postgres /11 /redhat/rhel-8-x86_64/ repository, and also ordinary Rhel8 repo and Rhel8-Epel
Tried to install the rpm:s, but got these errors:
yum install pgadmin4
- nothing provides pgadmin4-python3-flask-compress >= 1.4.0 needed by pgadmin4-4.16-1.rhel8.x86_64
yum install pgadmin4-desktop-gnome
- nothing provides gnome-shell-extension-topicons-plus needed by pgadmin4-desktop-gnome-4.16-1.rhel8.noarch
- nothing provides qt >= 5.1 needed by pgadmin4-desktop-gnome-4.16-1.rhel8.noarch
yum install pgadmin4-desktop-common
- nothing provides qt >= 5.1 needed by pgadmin4-desktop-common-4.16-1.rhel8.x86_64
sudo yum install pgadmin4-web
- nothing provides pgadmin4-python3-unittest2 needed by pgadmin4-web-4.16-1.rhel8.noarch
- nothing provides pgadmin4-python3-flask-compress >= 1.4.0 needed by pgadmin4-web-4.16-1.rhel8.noarch
- nothing provides python3-flask-sqlalchemy >= 2.3.2 needed by pgadmin4-web-4.16-1.rhel8.noarch
Seems that some pgadmin4 packages are missing in Rhel8.
Requirements to python3-flask-sqlalchemy should maybe be pgadmin4-python3-flask-sqlalchemy
Requirements to qt should maybe be changed to qt5
Had similar problems to install also older pgadmin version for Rhel8 (4.13)
Regards
/Peter
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Craig Ringer | 2019-12-14 07:49:24 | Re: Accessing yum-archive.postgresql.org |
| Previous Message | Christoph Berg | 2019-12-13 08:55:14 | Re: Accessing yum-archive.postgresql.org |