image-ocr-google-docs-srt icon indicating copy to clipboard operation
image-ocr-google-docs-srt copied to clipboard

oauth2client deprecated

Open brownbat opened this issue 2 years ago • 1 comments

    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...

brownbat avatar Mar 19 '22 16:03 brownbat

    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

crackerbad avatar Sep 11 '22 06:09 crackerbad