Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'pybars' #6

Open
Tyvizion opened this issue Feb 14, 2024 · 5 comments
Open

ModuleNotFoundError: No module named 'pybars' #6

Tyvizion opened this issue Feb 14, 2024 · 5 comments

Comments

@Tyvizion
Copy link

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.

@SayanoAI
Copy link
Owner

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?

@Tyvizion
Copy link
Author

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...

@SayanoAI
Copy link
Owner

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

@Tyvizion
Copy link
Author

Tyvizion commented Feb 15, 2024

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.

@SayanoAI
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants