ModuleNotFoundError: No module named 'streamlit.ScriptRunner'

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