I’ve add “google-auth-httplib2==0.1.0” in the requirements.txt but when I run it has the same error
but when I run by VScode it is OK
and this is the full error
File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 562, in _run_script
exec(code, module.__dict__)
File "/app/streamlit/streamlit_app.py", line 4, in <module>
import google_auth_httplib2
ModuleNotFoundError: No module named 'google_auth_httplib2'