https://bugs.kde.org/show_bug.cgi?id=490661
Jean-Baptiste Mardelle <j...@kdenlive.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #2 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- Thanks for your report. This is caused by an incompatibility between torch's latest version (2.4.0) and numpy / numba. These 2 last dependencies have to be downgraded. This can be done in a terminal with the following commands: python.exe -m pip install -I numpy==1.26.0 python.exe -m pip install -I numba==0.59 This should downgrade the two packages and make whisper work again. For Kdenlive 24.08, clicking on the "Check for upgrade" button in Whisper settings should automatically fix it. -- You are receiving this mail because: You are watching all bug changes.