-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hello, I try to follow the quickstart, but despite being very simple, it does not work for me. I describe my actions step by step:
First, I run pip install wandb --upgrade and wandb server start
It says "Paste an API key from your profile and hit enter, or press ctrl+c to quit". The quickstart doesn't say anything about it. To complete this step, I register at wandb.ai, get my API key and paste it.
Then, the quickstart says to go into the /system-admin page. However, the page says: "403 - Log in required to access this page". To solve this, I press the "log in" button, however, it does not work: the link directs me to the page /system-admin/login that shows the same error again.
At this moment, I decide that the link is broken and I actually need to go to the /login page. This page redirects me to the /signup page. Here, the system asks me to Create account. This is confusing since I have already registered at the wandb.ai site. If the local accout is different from the one from wandb.ai, then why did I need to paste my API key when starting the server?
So, I followed the quickstart, but it didn't work for me. Can you please explain how to fix, and the relation between the local accout and the wandb account?