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

Error when using -vad_v3.1 #147

Open
dgoryeo opened this issue Dec 1, 2023 · 1 comment
Open

Error when using -vad_v3.1 #147

dgoryeo opened this issue Dec 1, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@dgoryeo
Copy link

dgoryeo commented Dec 1, 2023

I get this runtime error when running in Win11:

line 1873, in apply_folder_hack
    os.symlink(repo_or_dir_specific, repo_or_dir_master)
OSError: [WinError 1314] A required privilege is not held by the client: 'C:\\Users\\U/.cache/torch/hub/snakers4_silero-vad_v3.1' -> 'C:\\Users\\U/.cache/torch/hub/snakers4_silero-vad_master'

I'm running in conda powershell but not admin priviledges. When I create the symlink manually with admin priviledge I get the error from whisper_timestamped: shutil error: link already exists.

Thanks

@Jeronymous
Copy link
Member

Yes, in your case, you cannot use "vad=silero:3.1", unless you can change permissions of ''C:\Users\U/.cache/torch/hub" so that non admin user can write in it.
There is a bug in silero around version control, and the unique workaround I found was to mesh with cache folders.
If you are disappointed with the latest version of silero, you can use auditok and it should work smoothly.

(Note: please provide the input code / command you run when you report an error, so that everybody can understand the context of the error)

@Jeronymous Jeronymous added the wontfix This will not be worked on label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants