Hi,
When trying to deploy my streamlit app, I received the following error:
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 556, in _run_script
exec(code, module.__dict__)File "/app/project-three/run.py", line 1, in <module>
import gspread
I made sure that the module is downloaded and installed in my Python coding environment, before trying to deploy to streamlit.it. What could be causing this?
Thanks in advance.