Skip to content

'tuple' object has no attribute 'dtype' #7

@lukaszliniewicz

Description

@lukaszliniewicz

I get this error when I'm trying to run rvc_python by importing it.

File "C:\Users\Pc\Downloads\TTS\Audiobook Generator\audiobook_generator_rvc.py", line 824, in process_with_rvc
result = infer_file(
File "C:\Users\Pc\miniconda3\envs\audiobook_generator\lib\site-packages\rvc_python\infer.py", line 49, in infer_file
wavfile.write(opt_path, vc.tgt_sr, wav_opt)
File "C:\Users\Pc\miniconda3\envs\audiobook_generator\lib\site-packages\scipy\io\wavfile.py", line 771, in write
dkind = data.dtype.kind
AttributeError: 'tuple' object has no attribute 'dtype'

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