ModuleNotFoundError: No module named 'google_auth_httplib2'

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'

Can you share a link to the repo?

Hi @parnoupat :wave:

Marking this issue as solved as I believe you fixed the issue by editing the google_auth_httplib2 url in your requirements.txt.

Thanks, I solved it by accident, because i didn’t reboot the app so streamline didn’t get my new requirements content. After I reboot the app everything is OK ^^

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.