Raphaël Ambit
Raphaël Ambit

Reputation: 149

ImportError: cannot import name 'aiplatform' from 'google.cloud' even though aiplatform module is installed

I am having troubles reaching aiplatform module from google.cloud

from typing import Dict

from google.cloud import aiplatform
from google.protobuf import json_format
from google.protobuf.struct_pb2 import Value


I have properly installed pip install google-cloud-aiplatform on my windows machine, everything checks. Still, I am getting this error ImportError: cannot import name 'aiplatform' from 'google.cloud' (unknown location)

Have you ever been stuck on a case like this before?

Thanks for the help

Upvotes: 0

Views: 1504

Answers (0)

Related Questions