Hello,
I am testing first example of
https://www.dexterindustries.com/howto/use-google-cloud-vision-on-the-raspberry-pi/
python camera-vision-logo.py
I get the following error message:
Traceback (most recent call last):
File “camera-vision-logo.py”, line 16, in
from oauth2client.client import GoogleCredentials
ImportError: No module named oauth2client.client
According failure info found in Google I have tried both:
a) pip install --upgrade oauth2client
b) https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring
But importError is not yet fixed. Any idea?
Thank you in advance.
Regards,
Daniel