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

Easily train a good VC model with voice data <= 10 mins!
MIT License
24.3k stars 3.59k forks source link

ModuleNotFoundError: No module named 'faiss' #1545

Open xRAZG0Nx opened 11 months ago

xRAZG0Nx commented 11 months ago

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?

Tps-F commented 11 months ago

Please check once with pip list to make sure it is really installed and that the virtual environment is correct