Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install copr-cli due to missing dependency on rhel-8 #2311

Closed
fedora-copr-github-bot opened this issue Nov 19, 2022 · 1 comment

Comments

@fedora-copr-github-bot
Copy link
Collaborator

fedora-copr-github-bot commented Nov 19, 2022

Original issue: https://pagure.io/copr/copr/issue/2311
Opened: 2022-09-09 14:44:20
Opened 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)

praiskup commented at 2022-09-09 21:24:53:

First part: https://bugzilla.redhat.com/show_bug.cgi?id=2125660


praiskup commented at 2022-09-12 17:11:28:

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


praiskup commented at 2022-09-12 17:13:39:

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/

@praiskup
Copy link
Member

I've checked now that python3-humanize is available in appstream repository.
Please reopen if you see the same problem again. Thank you for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants