Thread: BUG #16366: unable to install pgadmin4

BUG #16366: unable to install pgadmin4

From
PG Bug reporting form
Date:
The following bug has been logged on the website:

Bug reference:      16366
Logged by:          Riccardo Barison
Email address:      riccardo.barison@gmail.com
PostgreSQL version: Unsupported/Unknown
Operating system:   CentOS 7.7
Description:

Hi all,

I'm trying to install pgadmin4 via "yum install pgadmin4" but it fails
with:
Errore: Pacchetto: 1:pgadmin4-python3-flask-1.0.2-2.rhel7.noarch
(pgdg-common)
            Richiede: python36-click
Errore: Pacchetto: pgadmin4-python3-sshtunnel-0.1.4-2.rhel7.noarch
(pgdg-common)
            Richiede: python36-paramiko
 Si può provare ad usare --skip-broken per aggirare il problema

I'm using the latest pgdg repository:
[root@localhost pgadmin4-4.20]# rpm -qa |grep pgdg
pgdg-redhat-repo-42.0-9.noarch

Regards,
Riccardo Barison


Re: BUG #16366: unable to install pgadmin4

From
Devrim Gündüz
Date:
Hi,

On Wed, 2020-04-15 at 13:00 +0000, PG Bug reporting form wrote:
> The following bug has been logged on the website:
>
> Bug reference:      16366
> Logged by:          Riccardo Barison
> Email address:      riccardo.barison@gmail.com
> PostgreSQL version: Unsupported/Unknown
> Operating system:   CentOS 7.7
> Description:
>
> Hi all,
>
> I'm trying to install pgadmin4 via "yum install pgadmin4" but it fails
> with:
> Errore: Pacchetto: 1:pgadmin4-python3-flask-1.0.2-2.rhel7.noarch
> (pgdg-common)
>             Richiede: python36-click
> Errore: Pacchetto: pgadmin4-python3-sshtunnel-0.1.4-2.rhel7.noarch
> (pgdg-common)
>             Richiede: python36-paramiko
>  Si può provare ad usare --skip-broken per aggirare il problema

Please install EPEL repo:

yum -y install epel-release

Regards,
--
Devrim Gündüz
Open Source Solution Architect, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR

Attachment