Real-Time-Voice-Cloning icon indicating copy to clipboard operation
Real-Time-Voice-Cloning copied to clipboard

load() takes 1 positional argument but 2 were given

Open AbdullahEmrn66 opened this issue 1 year ago • 2 comments

load() takes 1 positional argument but 2 were given

I have installed the entire code, all modules but when I load I see this error. Need help Capture

AbdullahEmrn66 avatar May 08 '23 11:05 AbdullahEmrn66

Hi, try using librosa version 0.9.2 pip install librosa==0.9.2

t4fita avatar May 11 '23 22:05 t4fita

install librosa==0.8.1 as mentioned in the requirements document. Ideally create a virtual environment with Python 3.7 then install ffmpeg, pytorch and then the requirements in the environment and then run the code.

raws84 avatar May 17 '23 07:05 raws84