-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
name 'googleapiclient' is not defined #3
Comments
This code fixed the problems for me. Note that this is block one and two.
|
I added the below and it works !pip install google-api-python-client
import googleapiclient.discovery
from tqdm import tqdm
from youtube_transcript_api import YouTubeTranscriptApi |
Big thanks to you both for helping debug this error. I've just pushed this patch to main. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cannot run, googleapplicant not defined in cell 2, results in error
The text was updated successfully, but these errors were encountered: