-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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, |
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? |
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.
The text was updated successfully, but these errors were encountered: