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
Any Idea Why I Would Be Getting The Following Error When Running A Task In A Clearml-Agent? (Python 3.7.9, Package_Manager.Type = Conda)

Any idea why I would be getting the following error when running a task in a clearml-agent? (Python 3.7.9, package_manager.type = conda)

ERROR: Could not find a version that satisfies the requirement pytorch~=1.7.1 (from -r /tmp/cached-reqs6s0tg3l2.txt (line 15)) (from versions: 0.1.2, 1.0.2) ERROR: No matching distribution found for pytorch~=1.7.1 (from -r /tmp/cached-reqs6s0tg3l2.txt (line 15)) Command 'source /home/tim/miniconda3/etc/profile.d/conda.sh && conda activate /home/tim/.clearml/venvs-builds/3.7 && pip install -r /tmp/cached-reqs6s0tg3l2.txt' returned non-zero exit status 1.

  
  
Posted 3 years ago
Votes Newest

Answers 11


Yes, I did not change this part of the config.

  
  
Posted 3 years ago

Hmm, conda_freeze in the clearml.conf on the development machine ?

  
  
Posted 3 years ago

It seems to work when I enable conda_freeze .

  
  
Posted 3 years ago

I am using importlib and this is probably why everythings weird.

Yes that will explain a lot 🙂
No worries, glad to hear it worked out

  
  
Posted 3 years ago

Maybe there is something wrong with my setup. Conda confuses me sometimes.

  
  
Posted 3 years ago

I just realized that I forgot again that I am using importlib and this is probably why everythings weird. I tried to reproduce the error was a smaller project and was not able to get the error again. Sorry for having wasted your time! 😐

  
  
Posted 3 years ago

Could not find a version that satisfies the requirement pytorch~=1.7.1

Seems like pytorch 1.7.1 has no package for python 3.7 ?

  
  
Posted 3 years ago

I will debug this myself a little more.

  
  
Posted 3 years ago

Let me check again.

  
  
Posted 3 years ago

Locally it works fine.

  
  
Posted 3 years ago
670 Views
11 Answers
3 years ago
one year ago
Tags