Open sallyhaj opened 2 months ago
I can not reproduce this issue.
I can not reproduce this issue.
I have tested it on x86_64 system, it has no issue, the problem within arm64/aarch64 system.
The same issue goes with Whisper. Python modules can't communicate/show by the application.
Hello Developers, Thank you for your hard working. My system is: Debian Trixie ARM64 (aarch64 on RaspberryPi5) Kdenlive Version 24.08.1 (Flatpak, Flathub) I wanted to use speech to text feature in the app, so I have added two speech models for English language. When I open the app -> Settings -> Configure -> Speech To Text, and there I added English models. At the bottom of that window, it says
The srt python module is required. The vosk python module is required.
For srt, I installed throughsudo apt install python3-srt
but that doesn't help, but vosk, isn't available in debian repos. I installed both of them (srt and vosk) via "pip", I installed them two times, once in the whole system (with sudo) and as a python virtual environment. But all of that doesn't solve the issue. Finally I went to the app -> Settings -> Environment -> Python -> Use python virtual environment, then I have added python venv in this pathpython3 -m venv ~/.var/app/org.kde.kdenlive/data/kdenlive/venv/
And again, that doesn't help, the same issue, kdenlive couldn't find srt and vosk. Any help or suggestions?