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

Permission denied on Windows OS #4

Open
lukeewin opened this issue Jul 3, 2023 · 1 comment
Open

Permission denied on Windows OS #4

lukeewin opened this issue Jul 3, 2023 · 1 comment

Comments

@lukeewin
Copy link

lukeewin commented Jul 3, 2023

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 reriiasu closed this as completed Jul 3, 2023
@reriiasu
Copy link
Owner

reriiasu commented Jul 3, 2023

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

@reriiasu reriiasu reopened this Jul 3, 2023
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