First install attempt the typing module wouldn't install, second attempt manged that, but now it's stuck on this:
Finished init app.
Traceback (most recent call last):
File "/home/USER/Stable/tts-webui-installer/installer_files/env/lib/python3.10/site-packages/torch/__init__.py", line 377, in _load_global_deps
ctypes.CDLL(global_deps_lib_path, mode=ctypes.RTLD_GLOBAL)
File "/home/USER/Stable/tts-webui-installer/installer_files/env/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libcudart.so.12: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/USERStable/tts-webui-installer/server.py", line 7, in <module>
from tts_webui.utils.torch_load_patch import apply_torch_load_patch
File "/home/USER/Stable/tts-webui-installer/tts_webui/utils/torch_load_patch.py", line 9, in <module>
import torch
File "/home/USER/Stable/tts-webui-installer/installer_files/env/lib/python3.10/site-packages/torch/__init__.py", line 441, in <module>
_load_global_deps()
File "/home/USER/Stable/tts-webui-installer/installer_files/env/lib/python3.10/site-packages/torch/__init__.py", line 400, in _load_global_deps
ctypes.CDLL(global_deps_lib_path, mode=ctypes.RTLD_GLOBAL)
File "/home/USER/Stable/tts-webui-installer/installer_files/env/lib/python3.10/ctypes/__init__.py", line 374, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libcudart.so.12: cannot open shared object file: No such file or directory
Failed to start the app, exiting...
First install attempt the typing module wouldn't install, second attempt manged that, but now it's stuck on this: