Handling - No module named 'googleapiclient' in JupyterNotebook using Python

Lameck Odhiambo - Sep 12 - - Dev Community

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.

  1. Go to the uppermost cell and write the code below pip install --upgrade google-api-python-client
  2. Allow it to run and download files
  3. Then import it using the code below from googleapiclient.discovery import build
. . .
Terabox Video Player