#2311 Not able to install copr-cli due to missing dependency on rhel-8
Closed: MIGRATED a year ago by nikromen. Opened 2 years ago by svashisht.

python3-humanize is not in epel and it causes missing dependencies while installing copr-cli.

Steps to reproduce:

On the host run:

podman run -it ubi /bin/bash

and in the container:

# dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
# dnf install copr-cli
Updating Subscription Management repositories.
Unable to read consumer identity

This system is not registered with an entitlement server. You can use subscription-manager to register.

Extra Packages for Enterprise Linux 8 - x86_64                                                      19 MB/s |  13 MB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64                                             1.0 MB/s | 734 kB     00:00    
Last metadata expiration check: 0:00:01 ago on Fri Sep  9 14:37:37 2022.
Error: 
  - conflicting requests
  - nothing provides python3-humanize needed by copr-cli-1.103-1.el8.noarch
  - nothing provides python3.6dist(humanize) needed by copr-cli-1.103-1.el8.noarch
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

Metadata Update from @praiskup:
- Issue tagged with: bug

2 years ago

Python humanize is heading the RHEL 8 Appstream repository (already is in CentOS Stream 8), per the bug 2125660.

In the meantime we have python3-humanize in epel-8-x86_64 chroot in the @copr/copr project:
https://copr.fedorainfracloud.org/coprs/g/copr/copr/monitor/

Metadata Update from @msuchy:
- Issue tagged with: blocked

2 years ago

Metadata Update from @nikromen:
- Issue close_status updated to: MIGRATED
- Issue status updated to: Closed (was: Open)

a year ago

Login to comment on this ticket.

Metadata