RVC-Project/Retrieval-based-Voice-Conversion-WebUI

error when the realtimegui starts up

Open

#342 建立於 2023年5月23日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Python (2,849 fork)batch import
bughelp wanted

倉庫指標

Star
 (18,427 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

2023-05-24 07:44:09 | INFO | faiss.loader | Loading faiss with AVX2 support. 2023-05-24 07:44:09 | INFO | faiss.loader | Could not load library with AVX2 support due to: ModuleNotFoundError("No module named 'faiss.swigfaiss_avx2'") 2023-05-24 07:44:09 | INFO | faiss.loader | Loading faiss. 2023-05-24 07:44:09 | INFO | faiss.loader | Successfully loaded faiss. Use Language: zh_CN Traceback (most recent call last): File "C:\Users*\Downloads\RVC-beta\gui.py", line 570, in gui = GUI() File "C:\Users*\Downloads\RVC-beta\gui.py", line 205, in init self.launcher() File "C:\Users*\Downloads\RVC-beta\gui.py", line 209, in launcher input_devices, output_devices, _, _ = self.get_devices() File "C:\Users*\Downloads\RVC-beta\gui.py", line 526, in get_devices devices = sd.query_devices() File "C:\Users*\Downloads\RVC-beta\runtime\lib\site-packages\sounddevice.py", line 564, in query_devices return DeviceList(query_devices(i) File "C:\Users*\Downloads\RVC-beta\runtime\lib\site-packages\sounddevice.py", line 564, in return DeviceList(query_devices(i) File "C:\Users******\Downloads\RVC-beta\runtime\lib\site-packages\sounddevice.py", line 578, in query_devices name = name_bytes.decode('utf-8') UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc2 in position 6: invalid continuation byte

貢獻者指南