google-deepmind / xmanager

A platform for managing machine learning experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error: googleapiclient.errors.UnknownApiNameOrVersion: name: us-central1-aiplatform version: v1

JohanSamir opened this issue · comments

When I run 'xmanager launch ./xmanager/examples/cifar10_torch/launcher.py' i get the following error: googleapiclient.errors.UnknownApiNameOrVersion: name: us-central1-aiplatform version: v1

Captura de pantalla de 2021-05-31 16-01-32

Please, could you guide me?

@andrewluchen Could you have a look please?

We've recently replaced the google-api-python-client dependency in caip.py with google-cloud-aiplatform. If you re-pull the repository and re-install with pip, the error should go away.

Hi all,

Thanks for your suggestions. I have re-pulled the repository and re-installed it but the error still persists. After run xmanager launch ./cifar10_torch/launcher.py I get the following: figure 1.

Figure 1.

Captura de pantalla de 2021-06-04 10-16-34

Then,

Captura de pantalla de 2021-06-04 10-12-48

error:

Captura de pantalla de 2021-06-04 09-58-41

Captura de pantalla de 2021-06-04 08-05-50

Thanks Johan. I will try to reproduce this.

As for functionality, this method that is failing only controls waiting for the job to finish. The job itself should have successfully been created, and you should be able to see it in Vertex AI by clicking on the link.

Closing old issues.