Getting this error when trying to deploy my app. Works fine when running via VS Code locally. I’ve searched for hours and can’t seem to find a fix. This is my first app so I may be missing something super obvious. Thanks in advance for any help.
2023-07-21 15:24:13.483 Uncaught app exception
Traceback (most recent call last):
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script
exec(code, module.__dict__)
File "/app/analytics-project/app.py", line 5, in <module>
import plotly.express as px
ModuleNotFoundError: No module named 'plotly'
* Link to your GitHub repo: https://github.com/Bpolowniak/Analytics-project/tree/main