I am trying to log into the cloud VM assigned to me.
But I am facing the problem:
$ gcloud config set project hf-flax
Updated property [core/project].
WARNING: You do not appear to have access to project [hf-flax] or it does not exist.
Before trying to do this, I have followed the steps to install Google Cloud SDK from here.
I did not start GCoud to get started by gcloud init
. Because it tells me to enter a project name. Should I do this?
After following steps 1 through 4 there, I turn back to Hugging Face’s guide.
I have set the account, and I have logged in through the browser. Now, I cannot set the project and face the error message that I have mentioned.
Now, when I go ahead anyway with the steps, and run
$ gcloud alpha compute tpus tpu-vm ssh <name> --zone us-central1-a --project hf-flax
# I do replace the <name> placeholder with the name supplied to me
I see this message-
WARNING: The private SSH key file for gcloud does not exist.
WARNING: The public SSH key file for gcloud does not exist.
WARNING: You do not have an SSH key for gcloud.
WARNING: SSH keygen will be executed to generate a key.
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
As suggested here, I clicked on the “Open Cloud Console” button, and I see this, as expected:
You don’t have sufficient permission to view this page
But, before all this, what I didn’t see (and still don’t see) is a pop-up as mentioned there-
“You should click on “Open Cloud Console” on the first mail and agree to the pop up windows that follows”
There was no pop-up window after I see the permission error. I have tried after disabling Privacy extensions on Chrome as they sometimes block pop-ups. But no luck.
This is what I see-
This is the same before and after I run the setup steps.
What should I do?