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
Unanswered
Following Installation (Pip Install Clearml), I Am Getting This: Collecting Clearml Warning: Retrying (Retry(Total=4, Connect=None, Read=None, Redirect=None, Status=None)) After Connection Broken By 'Readtimeouterror("Httpsconnectionpool(Host='


Collecting furl>=2.0.0 (from clearml==0.17.4)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host=' http://pypi.org ', port=443): Read timed out. (read timeout=15)")': /simple/furl/
ERROR: Could not find a version that satisfies the requirement furl>=2.0.0 (from clearml==0.17.4) (from versions: none)
ERROR: No matching distribution found for furl>=2.0.0 (from clearml==0.17.4)

  
  
Posted 3 years ago
120 Views
0 Answers
3 years ago
one year ago