image-ocr-google-docs-srt
image-ocr-google-docs-srt copied to clipboard
oauth2client deprecated
from oauth2client import client
ModuleNotFoundError: No module named 'oauth2client'
It looks like google-auth (https://google-auth.readthedocs.io/en/master/) took over authentication services while oauth2lib was deprecated. Not sure how much of a rewrite this would be...
from oauth2client import client ModuleNotFoundError: No module named 'oauth2client'
It looks like google-auth (https://google-auth.readthedocs.io/en/master/) took over authentication services while oauth2lib was deprecated. Not sure how much of a rewrite this would be...
try pip install oauth2client