You can always run the command with CLEARML_CONFIG_FILE=<YOUR clearml.conf file path>
and then the running command
For the agent you can add --config-file
with the path to the configuration file
yah i got that too. This happens when i run the client code on the same machine as the clearml-agent. So i'm wondering if sharing the same clearml.conf cause that problem. Is there a way to specify the clearml.conf instead of defaulting to ~/clearml.conf?
SubstantialElk6
The ~<package name with first name dropped> == a.b.c
is a known conda/pip temporary install issue. (Some left over from previous package install)
The easiest way is to find the site-packages folder and delete the package, or create a new virtual environment
BTW:
pip freeze will also list these broken packages
Hi SubstantialElk6 ,
What packages do you have under installed packaged section?
~learml == 0.17.4
feels like is should be clearml
and not ~learml