deedy / mac_computer_use

A fork of Anthropic Computer Use that you can run on Mac computers to give Claude and other AI models autonomous access to your computer.
https://x.com/deedydas/status/1849481225041559910
627 stars 92 forks source link

Bus error #7

Open Sayedardhi opened 3 weeks ago

Sayedardhi commented 3 weeks ago

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

mateuspestana commented 2 weeks ago

I'm having the same. Any hints?

AdrianLamLH commented 2 weeks ago

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