https://bugs.kde.org/show_bug.cgi?id=491350
--- Comment #2 from Jean-Baptiste Mardelle <j...@kdenlive.org> --- There are currently 2 issues with Whisper on Windows. The problem you are experiencing is related to torch and python 3.12, and is caused by a missing dll. I don't know why this happens and don't think there is anything we can do from Kdenlive's side. The solution is to copy the missing dll (libomp140.x86_64.dll) to the torch folder: C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\torch\lib\ This library can be downloaded from: https://www.dllme.com/dll/files/libomp140_x86_64 The other problem, that you will experience once this is solved, is an incompatibility between torch and the latest versions of numpy / numba, see the bug report for solution: https://bugs.kde.org/show_bug.cgi?id=490661 -- You are receiving this mail because: You are watching all bug changes.