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
Hello, My Name Is Gabriel, I'M Using Clearml For Our Machine Learning Experiments, Which Is An Amazing Tool To Manage This Type Of Stuff So Thank You Guys For Creating This. But The Last Time I Tried To Use It Some Unexpected Error Came Up For Which I Can

Hello, my name is Gabriel, I'm using ClearML for our machine learning experiments, which is an amazing tool to manage this type of stuff so thank you guys for creating this. But the last time I tried to use it some unexpected error came up for which I can't find a solution. This is the log file. I would appreciate it very much if you can give me any hint for a solution.

  
  
Posted 3 years ago
Votes Newest

Answers 8


Yes, that's the final error message. The file is never touched, nowhere in the process that file is deleted.

  
  
Posted 3 years ago

Hi AdventurousWalrus90
Thank you for the kind words! 😊

/home/usr_338436_ulta_com/.clearml/venvs-builds/3.7/.gitignore

so this is the error on the agent ?

  
  
Posted 3 years ago

Could it be someone deleted the file? this is inside the temp venv folder but it should not get there

  
  
Posted 3 years ago

The file is never touched, nowhere in the process that file is deleted.

it should never have gotten there, this is not the git repo folder, it one level above...

  
  
Posted 3 years ago

ERROR: Error checking for conflicts. ... AttributeError: _DistInfoDistribution__dep_map

  
  
Posted 3 years ago

Ok, thanks! I will check the pip issue on that thread

  
  
Posted 3 years ago

Seems like pip package install issue of a sort

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