CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
52.3k stars 8.75k forks source link

Starting program i get error in code #1215

Open ygz23 opened 1 year ago

ygz23 commented 1 year ago

Ekran görüntüsü 2023-05-11 235422 when i try to start program ı get this error :

raws84 commented 1 year ago

Make sure you install the correct version of dependencies as specified in the requirements file. Create a virtual environment with python3.7, then install ffmpeg and py torch and then the requirements file in that virtual environment. Then try to run the code and it should work.