ModuleNotFoundError: No module named 'streamlit.ScriptRunner'

i trying run example GitHub - aiprobably/covid-19_tracker_app: Visit us at https://www.youtube.com/c/AIProbably/
display error ModuleNotFoundError: No module named ‘streamlit.ScriptRunner’

i used python 3.8.6

Thanks you for response

Hey @iketutg,

Can you post your own github/code that your using?

Also, It looks like the last commit in this repo your following is from August of 2020, a lot of things have changed in Streamlit since then and I wonder if the post below might help. There seems to be some name changes to the script_runner.py file from capital’s to lower case.

See if changing that script from importing script runner in capitals to lower case helps.
from streamlit.script_runner import StopException, RerunException

Let me know!
Marisa