python - googleapiclient/ apiclient youtube data api v3 -


i installed prerequisite libraries using googleapiclient python(youtube data api v3). while retrieving data, errors coming. code same youtube api website. kindly let me know possible solution
traceback (most recent call last): file "/home/b/pycharmprojects/project/search_list_keyword.py", line 3, in
googleapiclient.discovery import build
file "/home/b/pycharmprojects/project/googleapiclient/discovery.py", line 75, in
oauth2client.client import googlecredentials file "/usr/local/lib/python2.7/dist-packages/oauth2client/client.py", line 31, in
import urllib.request, urllib.parse, urllib.error
importerror: no module named request


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -