You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also got this on an M1 Mac. Isolated the error to this import: from loop import PROVIDER_TO_DEFAULT_MODEL_NAME, which causes the bus error even if run in a separate Python interpreter.
Just figured out the issue after playing around with the python virtual environments. My issue was that I had conda activated from the start AND THEN I setup the venv environment. When I deactivated my conda env (base) and redid the setup process it worked!
Running into this bus error when trying run. it worked for a bit but now its giving me this:
streamlit run streamlit.py
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://172.21.191.205:8501
zsh: bus error streamlit run streamlit.py
The text was updated successfully, but these errors were encountered: