ImportError: cannot import name 'aiplatform' from 'google.cloud' (unknown location)

Viewed 39

I was wondering where that error comes from. The package has to be installed additionally to google.cloud

1 Answers

Not that straightforward, just do pip install google-cloud-aiplatform

Related