You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what is going on with this, I did the install of requirements complete, and the lib it's looking for is there, so not sure which dependancy it is looking for... This is the rrror
Initializing Silero TTS server
Traceback (most recent call last):
File "C:\Users\nepha\SillyTavern-dev\TavernAI-extras\server.py", line 268, in
from silero_api_server import tts
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\silero_api_server\tts.py", line 6, in
import torchaudio
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_init_.py", line 1, in
from torchaudio import ( # noqa: F401
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension_init_.py", line 43, in
_load_lib("libtorchaudio")
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension\utils.py", line 61, in load_lib
torch.ops.load_library(path)
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torch_ops.py", line 643, in load_library
ctypes.CDLL(path)
File "C:\ProgramData\miniconda3\envs\extras\Lib\ctypes_init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio\lib\libtorchaudio.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered:
Not sure what is going on with this, I did the install of requirements complete, and the lib it's looking for is there, so not sure which dependancy it is looking for... This is the rrror
Initializing Silero TTS server
Traceback (most recent call last):
File "C:\Users\nepha\SillyTavern-dev\TavernAI-extras\server.py", line 268, in
from silero_api_server import tts
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\silero_api_server\tts.py", line 6, in
import torchaudio
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_init_.py", line 1, in
from torchaudio import ( # noqa: F401
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension_init_.py", line 43, in
_load_lib("libtorchaudio")
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio_extension\utils.py", line 61, in load_lib
torch.ops.load_library(path)
File "C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torch_ops.py", line 643, in load_library
ctypes.CDLL(path)
File "C:\ProgramData\miniconda3\envs\extras\Lib\ctypes_init.py", line 376, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\nepha\AppData\Roaming\Python\Python311\site-packages\torchaudio\lib\libtorchaudio.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
The text was updated successfully, but these errors were encountered: