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

ModuleNotFoundError: No module named 'faiss'

Open

#1545 aperta il 14 nov 2023

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)Python (2849 fork)batch import
help wanted

Metriche repository

Star
 (18.427 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor