google / caliban

Research workflows made easy, locally and in the Cloud.
https://caliban.readthedocs.io
Apache License 2.0
491 stars 67 forks source link

ModuleNotFoundError: No module named 'google' #103

Closed rahimentezari closed 2 years ago

rahimentezari commented 2 years ago

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

sritchie commented 2 years ago

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

rahimentezari commented 2 years ago

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

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