Trying to install blender-4.1.1-7.fc41 but fails with: $ sudo dnf install blender Updating and loading repositories: Repositories loaded. Failed to resolve the transaction: Problem: conflicting requests - nothing provides libboost_python312.so.1.83.0()(64bit) needed by blender-1:4.1.1-7.fc41.x86_64 from rawhide You can try to add to command line: --skip-broken to skip uninstallable packages Because rawhide has a later version of libboost: $ rpm -q --provides boost-python3 boost-python3 = 1.83.0-7.fc41 boost-python3(x86-64) = 1.83.0-7.fc41 libboost_python313.so.1.83.0()(64bit) I.E. blender needs to be changed from requiring libboost_python312.so.1.83.0()(64bit) to libboost_python313.so.1.83.0()(64bit). Reproducible: Always Steps to Reproduce: 1. See in details. 2. 3. Actual Results: Package blender-4.1.1-7.fc41 fails to install. Expected Results: Package blender installs without errors.
Thanks for the report. What this means is that, since the system Python in Rawhide was updated from 3.12 to 3.13, Blender needs to be rebuilt with Python 3.13. That still hasn’t happened because Blender fails to build from source with Python 3.13, and nobody has fixed all of the problems. This is tracked in bug 2291492. *** This bug has been marked as a duplicate of bug 2291492 ***