CorentinJ / Real-Time-Voice-Cloning

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

The specified module could not be found #1229

Closed ssbugman closed 1 year ago

ssbugman commented 1 year ago

Tried reinstall PyTorch using https://pytorch.org, still getting error.

(MTVC) W:\Multi-Tacotron-Voice-Cloning>python demo_cli.py -p "ex.wav" -t "Hello my friends." --no_sound Traceback (most recent call last): File "C:\ProgramData\Anaconda3\envs\MTVC\lib\site-packages\tensorflow\python\platform\self_check.py", line 75, in preload_check ctypes.WinDLL(build_info.cudart_dll_name) File "C:\ProgramData\Anaconda3\envs\MTVC\lib\ctypes__init.py", line 364, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found