I am trying to initiate wandb in my python script. I have set the WANDB API key as environment variable. it logins and throws W&B API permission denied error. And on wandb.init() I am getting another error. I am pasting both of them below.
import wandb
import os
os.environ["WANDB_API_KEY"] = config['WANDB_API_KEY']
wandb.init()
wandb: Currently logged in as: asmita-kadam1 (tmna-trial-enterprise). Use `wandb login --relogin` to force relogin
wandb: ERROR Error while calling W&B API: permission denied (<Response [403]>)
wandb: ERROR It appears that you do not have permission to access the requested resource. Please reach out to the project owner to grant you access. If you have the correct permissions, verify that there are no issues with your networking setup.(Error 403: Forbidden)```
Do you know what might be issue .. all the things are correct as per my understanding