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

python - PyInstaller UAC not working in onefile mode -

python - RuntimeError: can't re-enter readline -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -