CorentinJ / Real-Time-Voice-Cloning

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

Can run demo_cli.py or demo_toolbox.py #1185

Open SwedishMusic opened 1 year ago

SwedishMusic commented 1 year ago

I have followed the steps and I'm stuck here, couldn't find any similar issue either.

Traceback (most recent call last): File "demo_toolbox.py", line 5, in from toolbox import Toolbox File "C:\Users\SwedishMusic\Desktop\test\voice\Real-Time-Voice-Cloning\toolbox__init.py", line 9, in from encoder import inference as encoder File "C:\Users\SwedishMusic\Desktop\test\voice\Real-Time-Voice-Cloning\encoder\inference.py", line 2, in from encoder.model import SpeakerEncoder File "C:\Users\SwedishMusic\Desktop\test\voice\Real-Time-Voice-Cloning\encoder\model.py", line 3, in from scipy.interpolate import interp1d File "C:\Users\SwedishMusic\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy__init__.py", line 136, in from . import _distributor_init File "C:\Users\SwedishMusic\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy_distributor_init.py", line 64, in WinDLL(os.path.abspath(filename)) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64qbz5n2kfra8p0\lib\ctypes__init.py", line 364, in init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found