Thread: Error yum install pgadmin4 for Postgresql10 - Centos7

Error yum install pgadmin4 for Postgresql10 - Centos7

From
Isabelle PRODHOMME
Date:
Hi,

I've encountered an error when I try to "yum install pgadmin4" for Postgresql10 on a Centos 7 server
The final error message just below :

******************************************************************
--> Finished Dependency Resolution
Error: Package: pgadmin4-web-4.20-1.rhel7.noarch (pgdg-common)
           Requires: python3-psycopg2 >= 2.8
           Available: python3-psycopg2-2.7.7-2.el7.x86_64 (epel)
               python3-psycopg2 = 2.7.7-2.el7
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

*********************************************************************

More details in the attached file

my server OS

17:31:17 [root@testpg install]$ uname -a
Linux testpg.ensieta.ecole 3.10.0-1062.18.1.el7.x86_64 #1 SMP Tue Mar 17 23:49:17 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Thanks for the help
Isabelle

Logo ENSTA Bretagne
Logo fb
Logo twitter
Logo linkedin
Logo youtube
Logo insta

Isabelle PRODHOMME
Service Informatique
+33 (0)2 98 34 88 52

ENSTA Bretagne
Grande école d'ingénieurs et centre de recherche
2 rue François Verny - 29806 Brest Cedex 9 - France
www.ensta-bretagne.fr

Attachment

Re: Error yum install pgadmin4 for Postgresql10 - Centos7

From
Devrim Gündüz
Date:
Hi,

On Fri, 2020-04-10 at 18:01 +0200, Isabelle PRODHOMME wrote:
>
> I've encountered an error when I try to "yum install pgadmin4" for
> Postgresql10 on a Centos 7 server
> The final error message just below :
>
> ******************************************************************
> --> Finished Dependency Resolution
> Error: Package: pgadmin4-web-4.20-1.rhel7.noarch (pgdg-common)
> Requires: python3-psycopg2 >= 2.8
> Available: python3-psycopg2-2.7.7-2.el7.x86_64 (epel)
> python3-psycopg2 = 2.7.7-2.el7
> You could try using --skip-broken to work around the problem
> You could try running: rpm -Va --nofiles --nodigest


Noticed this line in the log file you attached:

322 packages excluded due to repository priority protections

Please check yum-priorities plugin. Looks like it's blocking our psycopg2 package.

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

Attachment