You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 through sudo 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 path python3 -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?
The text was updated successfully, but these errors were encountered:
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 through
sudo 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 path
python3 -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?
The text was updated successfully, but these errors were encountered: