Skip to content

"Permission denied" #197

@UberStorm

Description

@UberStorm

I ran diarize_parallel on a wav file, and I get the following error:

Model was trained with pyannote.audio 0.0.1, yours is 3.1.1. Bad things might happen unless you revert pyannote.audio to 0.x.
Model was trained with torch 1.10.0+cu102, yours is 2.3.1+cu118. Bad things might happen unless you revert torch to 1.x.
Traceback (most recent call last):
  File "C:\AI\whisper-diarization\diarize_parallel.py", line 143, in <module>
    tokens_starred, text_starred = preprocess_text(
                                   ^^^^^^^^^^^^^^^^
  File "c:\AI\whisper-diarization\.conda\Lib\site-packages\ctc_forced_aligner\text_utils.py", line 205, in preprocess_text
    tokens = get_uroman_tokens(norm_text, language)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "c:\AI\whisper-diarization\.conda\Lib\site-packages\ctc_forced_aligner\text_utils.py", line 149, in get_uroman_tokens
    with open(tf.name, "w") as f:
         ^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: 'C:\\Users\\UberStorm\\AppData\\Local\\Temp\\tmpb4iv7zz4'

Please help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions