reriiasu/speech-to-text

Permission denied on Windows OS

lukeewin opened this issue · 1 comments

When I run python -m speech_to_text command,console message prompts the following error:
[Errno 13] Permission denied: 'D:\Works\Whisper\Faster_Whisper\models--guillaumekln--faster-whisper-base\refs\main'

I am running on windows platform,windows 11.

hello lukeewin

Since the model to be used has not been determined at startup, the model will not be downloaded.
Therefore, I think that access to the model folder will not occur.

Try the following in the git cloned folder.

pip install .
python -m speech_to_text