Bug 2338085 - pgadmin4 cannot be installed
Summary: pgadmin4 cannot be installed
Keywords:
Status: CLOSED DUPLICATE of bug 2336898
Alias: None
Product: Fedora
Classification: Fedora
Component: pgadmin4
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Sandro Mani
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-01-15 00:42 UTC by Wren Turkal
Modified: 2025-01-15 09:38 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-01-15 09:38:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Wren Turkal 2025-01-15 00:42:35 UTC
Pgadmin4 cannot be installed on Rawhide due to dep conflicts

Reproducible: Always

Steps to Reproduce:
1. sudo dnf install pgadmin4
2. look at output
Actual Results:  
➜  ~ sudo dnf install pgadmin4            
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: package pgadmin4-8.14-3.fc42.x86_64 from rawhide requires python3dist(azure-identity) >= 1.17, but none of the providers can be installed
  - package python3-azure-identity-1:1.17.1-1.fc41.noarch from rawhide requires python3.13dist(msal-extensions) >= 0.3, but none of the providers can be installed
  - conflicting requests
  - nothing provides (python3.13dist(portalocker) < 3~~ with python3.13dist(portalocker) >= 1.4) needed by python3-msal-extensions-1.2.0-2.fc41.noarch from rawhide
You can try to add to command line:
  --skip-broken to skip uninstallable packages
➜  ~ sudo dnf install --skip-broken pgadmin4
Updating and loading repositories:
Repositories loaded.
Problem: package pgadmin4-8.14-3.fc42.x86_64 from rawhide requires python3dist(azure-identity) >= 1.17, but none of the providers can be installed
  - package python3-azure-identity-1:1.17.1-1.fc41.noarch from rawhide requires python3.13dist(msal-extensions) >= 0.3, but none of the providers can be installed
  - conflicting requests
  - nothing provides (python3.13dist(portalocker) < 3~~ with python3.13dist(portalocker) >= 1.4) needed by python3-msal-extensions-1.2.0-2.fc41.noarch from rawhide

Package                                                                                                                              Arch                      Version                                                                                                                               Repository                                                                         Size
Skipping packages with broken dependencies:
 pgadmin4                                                                                                                            x86_64                    8.14-3.fc42                                                                                                                           rawhide                                                                       100.2 MiB
 python3-azure-identity                                                                                                              noarch                    1:1.17.1-1.fc41                                                                                                                       rawhide                                                                       997.1 KiB
 python3-msal-extensions                                                                                                             noarch                    1.2.0-2.fc41                                                                                                                          rawhide                                                                       110.7 KiB

Nothing to do.
➜  ~ sudo dnf update --best --allowerasing  
Updating and loading repositories:
Repositories loaded.
Nothing to do.


Expected Results:  
Pgadmin4 was installed and usable.

It looks like a python package that it relies on hasn't been updated in some time.

Comment 1 Sandro Mani 2025-01-15 09:38:08 UTC

*** This bug has been marked as a duplicate of bug 2336898 ***


Note You need to log in before you can comment on or make changes to this bug.