Handling this error is quite easy, after a long struggle I found out that actually you can install the 'googleapiclient' within a jupyternotebook which contains the project you're working on.
- Go to the uppermost cell and write the code below
pip install --upgrade google-api-python-client
- Allow it to run and download files
- Then import it using the code below
from googleapiclient.discovery import build
Top comments (0)