python – ImportError: No module named google
python – ImportError: No module named google
According to https://github.com/googleapis/google-api-python-client#installation, you need to install the google-api-python-client package:
pip install --upgrade google-api-python-client
Use this both installation and then go ahead with your Python code:
pip install google-cloud
pip install google-cloud-vision
python – ImportError: No module named google
I could fix it by installing the following directly.
pip install google.cloud.bigquery
pip install google.cloud.storage