Open
Description
I am running wandb server on 1 computer and trying the quickstart example code on another computer all on my local network.
On the computer I am trying to run the quickstart guide on I cannot get wandb.init() to work in Python. The output I get is:
wandb: W&B API key is configured. Use `wandb login --relogin` to force relogin
wandb: Network error (ConnectionError), entering retry loop.
wandb: Network error (ConnectionError), entering retry loop.
I am running wandb login on the command line before running the Python scrip that calls wandb.init()
I am starting wandb server with
wandb server start -e HOST=http://192.168.99.156:8080
and have tried the login with both
wandb login --host http://192.168.99.165/
wandb login --host http://192.168.99.165:8080
and can access the webpage from the computer I am trying to run wandb.init() in Python on.
Metadata
Metadata
Assignees
Labels
No labels