-
Notifications
You must be signed in to change notification settings - Fork 39
'tuple' object has no attribute 'dtype' #7
Copy link
Copy link
Closed
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels