Hi TestySeaanemone95 , ExasperatedDove89 - ClearML SDK v1.14.2rc0 should not require distutils - please try it out
TestySeaanemone95 did you try with ClearML SDK v1.14.2rc0?
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 :-)
According to this distutils was removed from standard packages in python 3.12. Try to install it.
Maybe with
pip install setuptools