I tried:Task.set_offline(offline_mode=True) task = Task.init(project_name="experiments", task_name="testing")
and still the same error.
Yes, offline got broken in 1.3.0 😞 , RC fixed it:pip install clearml==1.3.1rc0
Stable release later this week
Can you try specifying the argument explicitly? For example:set_offline(offline_mode=False)