CorentinJ / Real-Time-Voice-Cloning

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

OSError: [WinError 126] The specified module could not be found. #1259

Open Reno0vacio opened 12 months ago

Reno0vacio commented 12 months ago

(venv) PS F:\Voice github\Real-Time-Voice-Cloning> python .\demo_toolbox.py Traceback (most recent call last): File ".\demo_toolbox.py", line 5, in from toolbox import Toolbox File "F:\Voice github\Real-Time-Voice-Cloning\toolbox__init.py", line 9, in from encoder import inference as encoder File "F:\Voice github\Real-Time-Voice-Cloning\encoder\inference.py", line 2, in from encoder.model import SpeakerEncoder File "F:\Voice github\Real-Time-Voice-Cloning\encoder\model.py", line 3, in from scipy.interpolate import interp1d File "F:\Voice github\Real-Time-Voice-Cloning\venv\lib\site-packages\scipy\init.py", line 136, in from . import _distributor_init File "F:\Voice github\Real-Time-Voice-Cloning\venv\lib\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.

I use python 3.7 and venv as the repo owner suggested. Shoud i change the python version? Any ideas?

MassEast commented 11 months ago

Seems like you just got to install the missing module(s) via pip