Hi.

On Mon, 04 Nov 2024 13:26:55 +0000 Paul Smith wrote:
> I am getting the below issues. Could you please help me?

> # dnf update
> Updating and loading repositories:
> Repositories loaded.
> Problem: package cuda-runtime-12-6-12.6.2-1.x86_64 from cuda-fedora39
> requires nvidia-open-560 >= 560.35.03, but none of the providers can
> be installed
>   - package cuda-12-6-12.6.2-1.x86_64 from cuda-fedora39 requires
> cuda-runtime-12-6 >= 12.6.2, but none of the providers can be
> installed
>   - cannot install both
> xorg-x11-drv-nvidia-cuda-3:560.35.03-5.fc41.x86_64 from
> rpmfusion-nonfree and
> xorg-x11-drv-nvidia-cuda-3:565.57.01-2.fc41.x86_64 from @System

You are using both a cuda-fedora repo and the rpmfusion-nonfree
repo. This may work sometimes but obviously not today because the
rpmfusion-nonfree repo provides a too recent version of
xorg-x11-drv-nvidia-cuda: 565 instead of 560 needed by the cuda RPMs
from cuda-fedora39.

Note: this @System is weird, should be rpmfusion-nonfree

I suggest to install all the needed RPMs for cuda only from the
cuda-fedora39 repo. Try for example:

  dnf remove \*nvidia\*
  dnf --disablerepo=rpmfusion-nonfree install cuda

-- 
francis
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to