Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Reno0vacio opened this issue Oct 5, 2023 · 1 comment
Open

Comments

@Reno0vacio
Copy link

(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_x64__qbz5n2kfra8p0\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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants