-
Installation of slurm-web packages fails because of a dependency on python3.6, which is not available anymore for Rocky9. It might be my fault not finding a fitting package, but did definitely try to. dnf install slurm-web-agent slurm-web-gatewayLast metadata expiration check: 1:43:55 ago on Fri 11 Apr 2025 08:49:37 AM CEST.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
It looks like your using |
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint! |
Beta Was this translation helpful? Give feedback.
It looks like your using
baseurl=https://pkgs.rackslab.io/rpm/el8/main/$basearch/
instead ofbaseurl=https://pkgs.rackslab.io/rpm/el9/main/$basearch/
(el8 instead of el9) in your yum/dnf repository configuration file, don't you?