ImportError: No module named 'google' ImportError: No module named 'google' python-3.x python-3.x

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-cloudpip install google-cloud-vision


I could fix it by installing the following directly.

pip install google.cloud.bigquerypip install google.cloud.storage