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

ModuleNotFoundError: No module named 'faiss'

Open

#1.545 aberto em 14 de nov. de 2023

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Python (2.849 forks)batch import
help wanted

Métricas do repositório

Stars
 (18.427 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador