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 There! I'M Getting An Error Whenever Trying To Queue Experiments Using Conda Package Manager That Require Python>=3.10. Locally (Non-Queued) The Training Runs Just Fine. In The Ui I See The The Following Console Output:

Hi there!
I'm getting an error whenever trying to queue experiments using conda package manager that require python>=3.10. Locally (non-queued) the training runs just fine.

In the UI I see the the following Console output:
Executing Conda: /opt/conda/bin/conda env remove -p /root/.clearml/venvs-builds/3.1 --quiet --json Executing Conda: /opt/conda/bin/conda create --yes --mkdir --prefix /root/.clearml/venvs-builds/3.1 python=3.1 clearml_agent: ERROR: Command '['/opt/conda/bin/conda', 'create', '--yes', '--mkdir', '--prefix', '/root/.clearml/venvs-builds/3.1', 'python=3.1']' returned non-zero exit status 1. Process failed, exit code 1'python=3.1' leads me to think that the python version is not parsed correctly, ignoring the second character of the sub-version. Has anyone encountered this before and found a solution?

  
  
Posted one year ago
Votes Newest

Answers 8


GreasyLeopard35 , what happens if you try to run the command it's (agent) trying to run yourself?

  
  
Posted one year ago

The command that's prompted already contains the reference to "python=3.1", so this won't work.

  
  
Posted one year ago

I'll try to see if it reproduces on my side 🙂

  
  
Posted one year ago

Thanks! 🙂

  
  
Posted one year ago

Python 3.9 runs fine, but there's an issue with the pytorch datatloaders that seems to be related to that python version. Clearml version is 1.6.2 and the agents are 1.3.0.

  
  
Posted one year ago

GreasyLeopard35 , What versions of clearml & clearml-agent are you using? Also, what happens if you try in python 3.9?

  
  
Posted one year ago

GreasyLeopard35 , please try with the latest clearml-agent

  
  
Posted one year ago

CostlyOstrich36 Any idea what could be going wrong?

  
  
Posted one year ago
572 Views
8 Answers
one year ago
one year ago
Tags