1

I am trying to use ClearML.

The only line in my file is

from allegroai import Dataset, DatasetVersion

which yields

ModuleNotFoundError: No module named 'allegroai'

Looks like some pip package is missing, but I couldn't for the life of me find it in the docs.

What should I pip install?

Not working:

  • pip install clearml-agent
  • pip install clearml and clearml-init as in here
  • pip install allegroai
Gulzar
  • 23,452
  • 27
  • 113
  • 201
  • May this help? https://github.com/allegroai/clearml/issues/545 – Francisco Puga Jun 12 '22 at 14:44
  • @FranciscoPuga `(py37) noam@3828a9c0b7b5:~$ clearml-agent --docker init usage: clearml-agent [-h] [--help] [--version] [--config-file CONFIG_FILE] [--debug] {execute,build,list,daemon,config,init} ... clearml-agent: error: unrecognized arguments: --docker ` – Gulzar Jun 12 '22 at 14:53

1 Answers1

2

Allegroai package should be taken from ClearML PyPi server. This is only for paying customers (I think), and the way to retrieve it is by:

  1. Going to ClearML website (login with username/company).
  2. Press the ? on the top right of the screen (next to your user icon) and choose the first one 1
user3360767
  • 868
  • 7
  • 18