ImportError: cannot import name 'types' from 'google.cloud.vision' though I have google cloud vision installed
I have installed google-cloud-vision library following the documentation. It is for some reason unable to import types from google.cloud.vision . It worked fine on my pc, now when I shared with my client, he had a problem with imports though he has the library installed via pip. Here's the line that throws error: from google.cloud import vision from google.c