Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (2.849 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (18.427 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

(RVC) D:\RVC>python gui.py
2023-05-05 02:40:12 | INFO | fairseq.tasks.text_to_speech | Please install tensorboardX: pip install tensorboardX
2023-05-05 02:40:13 | INFO | faiss.loader | Loading faiss with AVX2 support.
2023-05-05 02:40:13 | INFO | faiss.loader | Could not load library with AVX2 support due to:
ModuleNotFoundError("No module named 'faiss.swigfaiss_avx2'")
2023-05-05 02:40:13 | INFO | faiss.loader | Loading faiss.
2023-05-05 02:40:13 | INFO | faiss.loader | Successfully loaded faiss.
Use Language: zh_CN
Traceback (most recent call last):
  File "D:\RVC\gui.py", line 562, in <module>
    gui = GUI()
  File "D:\RVC\gui.py", line 195, in __init__
    self.launcher()
  File "D:\RVC\gui.py", line 240, in launcher
    default_value=input_devices[sd.default.device[0]],
IndexError: list index out of range

Contributor Guide