You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to import clearml even if there is no server configured yet (or unreacheable), ideally there would be no import side-effects. Useful for testing, local development, etc.
Environment
SDK : 1.17.0
Server : N/R
Python : 3.12
OS : Linux
The text was updated successfully, but these errors were encountered:
Describe the bug
Since 1.17.0, importing clearml package fails if server is unreacheable.
To reproduce
Stack trace after Ctrl+C points to this recent change :
https://github.com/allegroai/clearml/blob/master/clearml/automation/controller.py#L62
Expected behaviour
It is possible to import clearml even if there is no server configured yet (or unreacheable), ideally there would be no import side-effects. Useful for testing, local development, etc.
Environment
SDK : 1.17.0
Server : N/R
Python : 3.12
OS : Linux
The text was updated successfully, but these errors were encountered: