flathub / org.kde.kdenlive

https://flathub.org/apps/details/org.kde.kdenlive
17 stars 18 forks source link

[aarch64] SRT and VOSK Python Modules None Compatible #451

Open sallyhaj opened 2 months ago

sallyhaj commented 2 months ago

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. Screenshot from 2024-09-15 23-32-52 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?

travier commented 2 months ago

I can not reproduce this issue.

sallyhaj commented 2 months ago

I can not reproduce this issue.

I have tested it on x86_64 system, it has no issue, the problem within arm64/aarch64 system.

sallyhaj commented 1 month ago

The same issue goes with Whisper. Python modules can't communicate/show by the application.