wandb: Network error (ConnectionError), entering retry loop, use any of the following solutions:
- Upgrade the SSL certificate. On an Ubuntu server, run
update-ca-certificates. A valid SSL certificate is required to sync training logs securely. - If the network connection is unstable, operate in offline mode by setting the optional environment variable
WANDB_MODEtooffline, and sync files later from a device with internet access. - Consider using W&B Private Hosting, which runs locally and avoids syncing to cloud servers.
SSL CERTIFICATE_VERIFY_FAILED error, the issue might stem from a company firewall intercepting traffic. Point the requests library at your local CA bundle so W&B trusts the firewall’s certificate:
Connectivity