nchah / google-vision-api-image-annotate

Annotating images with the Google Cloud Vision API.
7 stars 3 forks source link

ERROR: No logger found #1

Open hims1911 opened 6 years ago

hims1911 commented 6 years ago
No handlers could be found for logger "oauth2client._helpers"

getting this error while running the script. solution-

import logging
logging.basicConfig(filename='debug.log',level=logging.DEBUG)

add these lines at the import section of your google-vision-api.py file

nchah commented 6 years ago

Thanks for updating your post with the solution you found!