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

ModuleNotFoundError: No module named 'faiss'

已关闭

#1,545 创建于 2023年11月14日

 (1 条评论) (0 个反应) (0 位负责人)Python (2,849 个派生)batch import
help wanted

仓库指标

星标
 (18,427 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Today tried to set up RVC beta and after installing all libraries like - "pip install torch torchvision torchaudio", "pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117" and pip install faiss-gpu. And when launching the neural network and typing "python infer-web.py", I get the following error: File "C:\Rvc\Retrieval-based-Voice-Conversion-WebUI-updated0618v2\infer-web.py", line 20, in import faiss ModuleNotFoundError: No module named 'faiss'.

What can I do to fix this problem?

贡献者指南