CorentinJ / Real-Time-Voice-Cloning

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

demo_toolbox.py running error #1076

Open arteeeem1337 opened 2 years ago

arteeeem1337 commented 2 years ago

When I run demo_toolbox.py I get this errors How can I fix this errors?

=====================================================

(VoiceCloning) A:\Real-Time-Voice-Cloning-master>python demo_toolbox.py Traceback (most recent call last): File "demo_toolbox.py", line 5, in from toolbox import Toolbox File "A:\Real-Time-Voice-Cloning-master\toolbox__init__.py", line 9, in from encoder import inference as encoder File "A:\Real-Time-Voice-Cloning-master\encoder\inference.py", line 3, in from encoder.audio import preprocess_wav # We want to expose this function from here File "A:\Real-Time-Voice-Cloning-master\encoder\audio.py", line 7, in import librosa ModuleNotFoundError: No module named 'librosa'

=====================================================

b-turan commented 2 years ago

Please post your installed packages of your "VoiceCloning" environment. Did you install the requirements.txt?

pip install -r requirements.txt