Python Conflict When Updating System

Hello,

Requirements:

[x]

x I have Searched the forum for my issue and found nothing related or helpful
x I have checked the Resources category (Resources Index)
x I have reviewed the Wiki for relevant information
x I have read the the Release Notes and Errata

OpenMandriva Lx version:

OpenMandriva Lx release 25.12 (ROME) Rolling for x86_64

Desktop environment (KDE, LXQT…):

KDE

Description of the issue (screenshots if relevant):

A Python conflict occurs when updating my system. I run: sudo dnf clean all ; dnf clean all ; sudo dnf distro-sync --refresh --allowerasing 2>&1| tee dsync2-log.txt After the error below the system stops the update, and returns to the command prompt. Thanks for any help!

Relevant informations (hardware involved, software version, logs or output…):

[1404/1404] Total 100% | 12.6 MiB/s | 2.0 GiB | 02m45s
Running transaction
Transaction failed: Rpm transaction failed.

file /usr/lib64/valgrind/valgrind-python3.supp from install of python-3.14.3-1.x86_64 conflicts with file from package python39-3.9.19-2.x86_64

Let’s start with posting code as code so it is easier for people trying to help to read.

[Forum] How to post code as code

1 Like

Hi,

I was able to solve my conflict with the help of ChatGPT. It was determined that I had a old package installed that still relied on Python 3.9. I removed the old package, and voila, the update of my rolling system was able to proceed.