JarodMica / audiosplitter_whisper

MIT License
91 stars 35 forks source link

WinError 1314 when attempting to use diarization #13

Closed MetaverseRPN closed 12 months ago

MetaverseRPN commented 1 year ago

Hello there, sorry to bother you, but I'm getting this error when attempting to use Diarization on windows 11 OSError: [WinError 1314] A required privilege is not held by the client: 'C:\Users\nicho\.cache\huggingface\hub\models--speechbrain--spkrec-ecapa-voxceleb\snapshots\5c0be3875fda05e81f3c004ed8c7c06be308de1e\hyperparams.yaml' -> 'C:\Users\nicho\.cache\torch\pyannote\speechbrain\hyperparams.yaml' I have confirmed I am gated into all 3 models I need, so I'm not sure what's causing this error.

MetaverseRPN commented 12 months ago

Looks like this was due to Visual Studio code not running your code as administrator. I was able to get it working from an administrative terminal. Sorry for wasting your time.