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
Post a Comment