ModuleNotFoundError: No module named ‘plotly’
Traceback:
File "/usr/local/lib/python3.7/site-packages/streamlit/script_runner.py", line 332, in _run_script
exec(code, module.__dict__)File "/app/streamlit/cricsheet.py", line 4, in <module>
import plotly.express as px
Although, I have installed the plotly modules otherwise it wouldn’t have run in the first place in my local host machine.