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