45Drives / cockpit-ceph-deploy

A cockpit module that deploys ceph using Ansible Playbooks
GNU General Public License v3.0
25 stars 9 forks source link

python3-dataclasses needed #9

Open slexi-IT opened 1 year ago

slexi-IT commented 1 year ago

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

How to resolve this issue ?

markdhooper commented 1 year ago

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 commented 1 year ago

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