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.
*** This bug has been marked as a duplicate of bug 2336898 ***