You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: