Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sallyhaj opened this issue Sep 16, 2024 · 3 comments
Open

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

sallyhaj opened this issue Sep 16, 2024 · 3 comments

Comments

@sallyhaj
Copy link

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
Copy link
Member

travier commented Sep 16, 2024

I can not reproduce this issue.

@sallyhaj
Copy link
Author

I can not reproduce this issue.

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

@travier travier changed the title SRT and VOSK Python Modules None Compatible [aarch64] SRT and VOSK Python Modules None Compatible Sep 17, 2024
@sallyhaj
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants