Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

macOS / Web UI- ModuleNotFoundError: No module named 'dotenv'

Open danielraban opened this issue 1 year ago • 0 comments

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'
Screenshot 2024-03-31 at 15 03 28
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.

danielraban avatar Mar 31 '24 14:03 danielraban