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
When I Set Agent Management To Conda It Tries To Create Envs With Python 3.1 And Fails.

When I set agent management to conda it tries to create envs with python 3.1 and fails.
Executing Conda: /home/adamastor/anaconda3/bin/conda create --yes --mkdir --prefix /home/adamastor/.clearml/venvs-builds/3.1 python=3.1
Why is it trying to use python 3.1? How can I tell it to use a modern version?

  
  
Posted one year ago
Votes Newest

Answers 3


Hi AdventurousButterfly15 , what version of clearml-agent are you using?

  
  
Posted one year ago

CostlyOstrich36 CLEARML-AGENT version 1.3.0

  
  
Posted one year ago

AdventurousButterfly15 please try upgrading to 1.4.0 - this should solve the issue
pip uninstall clearml-agent -y && pip install -U clearml-agent

  
  
Posted one year ago
625 Views
3 Answers
one year ago
one year ago
Tags