Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
macOS / Web UI- ModuleNotFoundError: No module named 'dotenv'
Hi I have followed the steps to run the GUI but face this error when running the command:
(.venv) (rvc) ➜ Retrieval-based-Voice-Conversion-WebUI git:(main) ✗ python infer-web.py
Traceback (most recent call last):
File "/Users/danielraban/projects/Retrieval-based-Voice-Conversion-WebUI/infer-web.py", line 3, in <module>
from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
Chip: `Apple M2 Max`
macOS: `14.3.1 (23D60)`
Python Version: `Python 3.9.6`
Please let me know if anyone has a solution or has encountered this before.
Thank you.