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

python3-dataclasses needed #9

Open
slexi-IT opened this issue Oct 1, 2022 · 2 comments
Open

python3-dataclasses needed #9

slexi-IT opened this issue Oct 1, 2022 · 2 comments

Comments

@slexi-IT
Copy link

slexi-IT commented Oct 1, 2022

On a fresh installed Rocky Linux 9.0.

After :

curl -sSL https://repo.45drives.com/setup | sudo bash
dnf install cockpit-ceph-deploy

I get the error:

Problem: cannot install the best candidate for the job

  • nothing provides python3-dataclasses needed by cockpit-ceph-deploy-1.0.4-3.el8.noarch
    (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

How to resolve this issue ?

@markdhooper
Copy link
Contributor

As far as I can tell, python3-dataclasses is available from the EPEL repo.
Can you try installing epel-release and then try again?
sudo dnf install epel-release

I can add this as a dependency if this solved the issue. I've yet to trial this with a Rocky 9 install, as we currently ship servers running Rocky 8 at the moment.

@muadeeb
Copy link

muadeeb commented Apr 20, 2023

I can confirm that epel-release is needed for Rocky 8 using Python 3.11

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

No branches or pull requests

3 participants