RVC-Chat icon indicating copy to clipboard operation
RVC-Chat copied to clipboard

ModuleNotFoundError: No module named 'pybars'

Open Tyvizion opened this issue 2 years ago • 5 comments

I followed all the instructions from the github page, yet when I type the "streamlit run Home.py" command I get the "ModuleNotFoundError: No module named 'pybars'" error when the webui opens. I am using Python 3.11 for this by the way, in case that info is important.

Tyvizion avatar Feb 14 '24 22:02 Tyvizion

I've only tested on 3.10, looks like the pybars library might be interfering with your local packages. Does the conda-start.bat give you the same errors?

SayanoAI avatar Feb 14 '24 22:02 SayanoAI

I've only tested on 3.10, looks like the pybars library might be interfering with your local packages. Does the conda-start.bat give you the same errors?

No, clicking the .bat gives me this other error:

'conda' is not recognized as an internal or external command, operable program or batch file. RVC-Chat-main environment does not exist Creating a new environment 'conda' is not recognized as an internal or external command, operable program or batch file. 'conda' is not recognized as an internal or external command, operable program or batch file. Failed to activate environment...

Tyvizion avatar Feb 14 '24 23:02 Tyvizion

looks like you don't have conda installed. do a git pull to update the repo and run conda-installer.bat to install conda

SayanoAI avatar Feb 15 '24 01:02 SayanoAI

looks like you don't have conda installed. do a git pull to update the repo and run conda-installer.bat to install conda

I have no clue how to do that I am extremely new to python, as in I just downloaded it today. I uninstalled conda, and tried to use the conda-installer.bat to install conda again, but it just shows a blank terminal screen.

Tyvizion avatar Feb 15 '24 01:02 Tyvizion

what does the conda-installer.log file tell you?

SayanoAI avatar Feb 18 '24 03:02 SayanoAI