Hi @<1660817815415820288:profile|TestySeaanemone95> , @<1658281112104865792:profile|ExasperatedDove89> - ClearML SDK v1.14.2rc0 should not require distutils - please try it out
Installing setuptools didn't help. Installing python 3.10 instead 3.12 solved the problem. I should have read that ClearML supports python 2.7-3.11. Thank you guys :-)
@<1660817815415820288:profile|TestySeaanemone95> did you try with ClearML SDK v1.14.2rc0?
According to this distutils was removed from standard packages in python 3.12. Try to install it.
Maybe with
pip install setuptools