Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Hi Everyone, Now This Is Happening: I Decided To Use The Default Clearml.Conf File, And I Try To Run The Agents Using Clearml-Agent Daemon --Queue Default --Docker --Foreground So, As It Is Default I Expect It To Be Able To Install Everything But Always H

Hi everyone,
Now this is happening:
I decided to use the default clearml.conf file, and I try to run the agents using
clearml-agent daemon --queue default --docker --foreground
So, as it is default I expect it to be able to install everything
But always happen the same
It always get stucked in

  Using cached zipp-3.20.1-py3-none-any.whl (9.0 kB)
Installing collected packages: six, python-dateutil, attrs, PyYAML, charset-normalizer, urllib3, certifi, idna, requests, pathlib2, orderedmultidict, furl, pyparsing, pyjwt, rpds-py, referencing, pkgutil-resolve-name, zipp, importlib-resources, jsonschema-specifications, jsonschema, distlib, filelock, platformdirs, virtualenv, psutil, clearml-agent
Successfully installed PyYAML-6.0.2 attrs-23.2.0 certifi-2024.8.30 charset-normalizer-3.3.2 clearml-agent-1.9.1 distlib-0.3.8 filelock-3.16.0 furl-2.1.3 idna-3.8 importlib-resources-6.4.4 jsonschema-4.23.0 jsonschema-specifications-2023.12.1 orderedmultidict-1.0.1 pathlib2-2.3.7.post1 pkgutil-resolve-name-1.3.10 platformdirs-4.3.2 psutil-5.9.8 pyjwt-2.8.0 pyparsing-3.1.4 python-dateutil-2.8.2 referencing-0.35.1 requests-2.31.0 rpds-py-0.20.0 six-1.16.0 urllib3-1.26.20 virtualenv-20.26.4 zipp-3.20.1
WARNING: You are using pip version 20.1.1; however, version 24.2 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

And it cant continue from there, It is the final problem I have 😓

  
  
Posted 10 days ago
Votes Newest

Answers 4


Hi @<1523701070390366208:profile|CostlyOstrich36> at the end we make it works
It has a lot of warning but is able to run the experiments hahaha
THanks for your help

  
  
Posted 8 days ago

Hi @<1739818374189289472:profile|SourSpider22> , can you provide a full log of the run?

  
  
Posted 10 days ago

other logs when it installs

Collecting pip<20.2                                                                                       
  Using cached pip-20.1.1-py2.py3-none-any.whl (1.5 MB)                                                   
Installing collected packages: pip                                                                        
  Attempting uninstall: pip                                                                               
    Found existing installation: pip 20.0.2                                                               
    Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr                      
    Can't uninstall 'pip'. No files were found to uninstall.                                              
Successfully installed pip-20.1.1    
  
  
Posted 10 days ago

It works if i enter to the /bin/bash of the docker and run
clearml-agent daemon --queue default --foreground

But if I want to use in the local machine
clearml-agent daemon --queue default --docker --foreground
Setting the same docker works before
In that case, the problem appears and the programs get stuck

  
  
Posted 10 days ago
63 Views
4 Answers
10 days ago
8 days ago
Tags