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

Bus error #7

Open
Sayedardhi opened this issue Oct 31, 2024 · 3 comments
Open

Bus error #7

Sayedardhi opened this issue Oct 31, 2024 · 3 comments

Comments

@Sayedardhi
Copy link

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

@htahboub
Copy link

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.

@mateuspestana
Copy link

I'm having the same. Any hints?

@AdrianLamLH
Copy link

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

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

4 participants