I am running my app locally and all the imports seem to work okay. However, after deployment it looks like there is an issue importing said functions with the following error:
ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).
Traceback:
File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 535, in _run_script
exec(code, module.__dict__)File "/mount/src/stock_market_assessment/streamlit/pages/1 - WTDOLLE.py", line 12, in <module>
from functions.generate_db import *
It looks like this issue shows up in this post but there was no resolution to this post