allegroai / clearml-server

ClearML - Auto-Magical CI/CD to streamline your AI workload. Experiment Management, Data Management, Pipeline, Orchestration, Scheduling & Serving in one MLOps/LLMOps solution
https://clear.ml/docs
Other
364 stars 132 forks source link

Error when trying to perform clearml-data actions #196

Open Guydada opened 1 year ago

Guydada commented 1 year ago

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
jkhenning commented 1 year ago

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