ModuleNotFoundError: No module named 'pybars'
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.
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?
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...
looks like you don't have conda installed. do a git pull to update the repo and run conda-installer.bat to install conda
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.
what does the conda-installer.log file tell you?