reriiasu / speech-to-text

Real-time transcription using faster-whisper
MIT License
375 stars 56 forks source link

Permission denied on Windows OS #4

Open lukeewin opened 1 year ago

lukeewin commented 1 year ago

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.

reriiasu commented 1 year ago

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