GoogleCloudPlatform / vertex-ai-samples

Notebooks, code samples, sample apps, and other resources that demonstrate how to use, develop and manage machine learning and generative AI workflows using Google Cloud Vertex AI.
https://cloud.google.com/vertex-ai
Apache License 2.0
1.54k stars 780 forks source link

I pip installed vertexai via https://pypi.org/project/vertexai/ - is this for real, or is it malicious? #2185

Closed brokejoker closed 11 months ago

brokejoker commented 11 months ago

Expected Behavior

pip install vertexai --> real one is pip install google-cloud-aiplatform

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

andrewferlitsch commented 11 months ago

vertexai is just a placeholder and is not the release. When you go to the project page, you will see:

vertexai To use the Vertex AI SDK, please install the google-cloud-aiplatform PyPi package by running pip install google-cloud-aiplatform.