cockpit-ceph-deploy icon indicating copy to clipboard operation
cockpit-ceph-deploy copied to clipboard

python3-dataclasses needed

Open slexi-IT opened this issue 2 years ago • 2 comments

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 ?

slexi-IT avatar Oct 01 '22 20:10 slexi-IT

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.

markdhooper avatar Oct 11 '22 14:10 markdhooper

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

muadeeb avatar Apr 20 '23 04:04 muadeeb