Getting a 'ModuleNotFoundError' while making absolute imports to modules present in the same directory level via the python script containing the code for Streamlit application

I am facing the exact same issue. I tried the solutions suggested here but this did not resolve it. The issue does not arise when my import modules are located in the same folder as streamlit_app.py

1 Like