google/caliban

ModuleNotFoundError: No module named 'google'

rahimentezari opened this issue · 2 comments

I followed the instructions to install Caliban but running
caliban run --experiment_config config.json test.py
gives the following error:

File "/.resources/caliban_launcher.py", line 23, in
import google.auth
ModuleNotFoundError: No module named 'google'

I also checked and installed pip install google

update: after including google-cloud-storage in requirement.txt problem is solved

@rahimentezari hey, thanks for the report! What was the fix here?

@rahimentezari hey, thanks for the report! What was the fix here?

update: after including google-cloud-storage in requirement.txt problem is solved