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

Install on Rocky 9.3 and 8.9 is not working

Open otcenas-iops opened this issue 1 year ago • 1 comments

[root@ceph-1 ~]# curl -sSL https://repo.45drives.com/setup | sudo bash Detected RHEL-based distribution. Continuing... There were no existing 45Drives repos found. Setting up the new repo... The new repo file has been downloaded. Updating your package lists... Using the 'dnf' package manager... 25 files removed Success! Your repo has been updated to our new server! [root@ceph-1 ~]# dnf install cockpit-ceph-deploy 45Drives EL8 Stable 1.0 kB/s | 833 B 00:00 45Drives EL8 Stable 8.2 kB/s | 3.1 kB 00:00 Importing GPG key 0x731C472B: Userid : "FourFiveDrives Repo (45Drives Package Repositories) [email protected]" Fingerprint: 3FBD 7E03 4E80 BAF6 3D5A A9BB 9889 DBBC 731C 472B From : https://repo.45drives.com/key/gpg.asc Is this ok [y/N]: y 45Drives EL8 Stable 799 kB/s | 1.5 MB 00:01 Rocky Linux 8 - AppStream 19 MB/s | 9.5 MB 00:00 Rocky Linux 8 - BaseOS 3.9 MB/s | 2.9 MB 00:00 Rocky Linux 8 - Extras 23 kB/s | 14 kB 00:00 Error: Problem: cannot install the best candidate for the job

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

otcenas-iops avatar Nov 28 '23 19:11 otcenas-iops

That package "python3-dataclasses" is supplied via epel repository dnf install epel-release

bkelly16 avatar Nov 28 '23 19:11 bkelly16