Open Sayedardhi opened 3 weeks ago
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.
I'm having the same. Any hints?
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!
conda deactivate
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