(venv) D:\python\f5ttsnew>f5-tts_infer-gradio
Traceback (most recent call last):
File "D:\python\f5ttsnew\venv\lib\site-packages\torch\_ops.py", line 1488, in load_library
ctypes.CDLL(path)File "C:\Users\zqpzq\AppData\Local\Programs\Python\Python310\lib\ctypes\__init__.py", line 374, in init
self._handle = _dlopen(self._name, mode)FileNotFoundError: Could not find module 'D:\python\f5ttsnew\venv\Lib\site-packages\torchaudio\lib\libtorchaudio.pyd' (or one of its dependencies). Try using the full path with constructor syntax.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "C:\Users\zqpzq\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,File "C:\Users\zqpzq\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)File "D:\python\f5ttsnew\venv\Scripts\f5-tts_infer-gradio.exe\__main__.py", line 4, in
from f5_tts.infer.infer_gradio import mainFile "D:\python\f5ttsnew\src\f5_tts\infer\infer_gradio.py", line 18, in
import torchaudioFile "D:\python\f5ttsnew\venv\lib\site-packages\torchaudio\__init__.py", line 7, in
from . import _extension # noqa # usort: skipFile "D:\python\f5ttsnew\venv\lib\site-packages\torchaudio\_extension\__init__.py", line 37, in
_load_lib("libtorchaudio")File "D:\python\f5ttsnew\venv\lib\site-packages\torchaudio\_extension\utils.py", line 58, in _load_lib
torch.ops.load_library(path)File "D:\python\f5ttsnew\venv\lib\site-packages\torch\_ops.py", line 1490, in load_library
raise OSError(f"Could not load this library: {path}") from eOSError: Could not load this library: D:\python\f5ttsnew\venv\Lib\site-packages\torchaudio\lib\libtorchaudio.pyd