Network error (SSLError), entering retry loop

I am getting this error:

$ python3 wandb-python4.py
wandb: W&B API key is configured. Use wandb login --relogin to force relogin
wandb: Network error (SSLError), entering retry loop.
wandb: Network error (SSLError), entering retry loop.
Problem at: /home/hp/wandb-python4.py 4
wandb: ERROR Error communicating with wandb process
wandb: ERROR For more info see: https://docs.wandb.ai/library/init#init-start-error
Traceback (most recent call last):
File “/home/hp/wandb-python4.py”, line 4, in
run = wandb.init(project=“wandb-test”)
File “/home/hp/.local/lib/python3.9/site-packages/wandb/sdk/wandb_init.py”, line 1078, in init
run = wi.init()
File “/home/hp/.local/lib/python3.9/site-packages/wandb/sdk/wandb_init.py”, line 719, in init
raise UsageError(error_message)
wandb.errors.UsageError: Error communicating with wandb process
For more info see: https://docs.wandb.ai/library/init#init-start-error
wandb: Waiting for W&B process to finish… (failed 1). Press Control-C to abort syncing.

Please find the Environment:
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
$ python3 --version
Python 3.9.16
$ wandb --version
wandb, version 0.13.7

Hi Kranthi, thank you for writing in! Can you tell me more about what you are running when this error appears? For example, does this appear with just wandb.init()?

Hi Kranthi, since we have not heard back from you we are going to close this request. If you would like to re-open the conversation, please let us know!

I am also experiencing this issue when i run sweep agent. The weird thing is that I can run it on my local machine. But I got this issue when I try to run it on remote linux machine. No idea about reason.

1 Like

I am also having this issue since weeks and I can’t solve it. It is really annoying.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.