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
I Have A Problem With Clearml-Agent, The Agent Is Cloning Repository, But When Executing This Command:

I have a problem with clearml-agent, the agent is cloning repository, but when executing this command:
shutil.copytree(Text(cached_repo_path), Text(clone_folder), symlinks=select_for_platform(linux=True, windows=False), ignore_dangling_symlinks=True)(in clearml_agent/helper/repo.py ) it breaks

  
  
Posted one year ago
Votes Newest

Answers 7


I created my own docker image with a newer python and the error disappeared

  
  
Posted one year ago

there is a broken symlink in the original repository

  
  
Posted one year ago

I created my own docker image with a newer python and the error disappeared

I'm not sure I understand how that solved it?!

  
  
Posted one year ago

UpsetTurkey67 are you saying there is a sym link in the original repository, and when it copies it, it breaks the symlink ?

  
  
Posted one year ago

I think there was some problem how shutil.copytree works in python3.6 with broken links

  
  
Posted one year ago

but it is a guess

  
  
Posted one year ago

🤔

  
  
Posted one year ago