I am trying to call the Google Cloud Vision API from Google Cloud Datalab, but getting an import error. Has anyone encountered/resolved this?
I am following the guide in https://cloud.google.com/vision/docs/detecting-safe-search
from google.cloud import vision
ImportError: cannot import name 'vision'