clearml-server icon indicating copy to clipboard operation
clearml-server copied to clipboard

Error when trying to perform clearml-data actions

Open Guydada opened this issue 1 year ago • 1 comments

Issue: Error when trying to perform clearml-data actions

Python version: 3.10.11 ClearML package version: 1.10.3 OS: Ubuntu 22.04 Server: Main ClearML (not self-dployed)

Error

When trying to perform clearml-data actions using the CLI or the SDK I receive the following:

Error: Datasets are not supported with your current ClearML server version. Please update your server.

Iv'e tried to isolate it so I self deployed a server on my machine and the error did not show. is it intentional?

Replication

  1. Use the following command:
 clearml-data create --project <project> --storage s3://<s3_uri> --name <name>
  1. Error is shown

Guydada avatar May 11 '23 15:05 Guydada

Hi @Guydada , are you sure your clearml.conf is configured correctly? Can you share it (without the credentials, of course)

jkhenning avatar Jun 06 '23 07:06 jkhenning