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
642 stars 98 forks source link

ModuleNotFoundError #1

Open mrpnectar opened 1 month ago

mrpnectar commented 1 month ago

Receiving this error when attempting to run streamlit.py:

(venv) ➜ mac_computer_use git:(main) ✗ streamlit run streamlit.py Traceback (most recent call last): File "/Users/john/mac_computer_use/venv/bin/streamlit", line 5, in from streamlit.web.cli import main File "/Users/john/mac_computer_use/streamlit.py", line 22, in from streamlit.delta_generator import DeltaGenerator ModuleNotFoundError: No module named 'streamlit.delta_generator'; 'streamlit' is not a package

Sayedardhi commented 4 weeks ago

uninstalling and reinstalling streamlit might for you. what worked for me was trying:

conda update -c conda-forge streamlit -y

benthecoder commented 3 weeks ago

@mrpnectar rename the streamlit.py file to something else, like app.py