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. I Am Facing Issue While Building The Dlib Wheel As Per The Requirements Of A Task. I Have Created A Custom Docker Image And Tried Installing Dlib In It And Ran The Clearml-Agent But It Shows Building Wheel Failed. Also While Trying To Run The Task In

Hi.
I am facing issue while building the dlib wheel as per the requirements of a task.
i have created a custom docker image and tried installing dlib in it and ran the clearml-agent but it shows building wheel failed.
Also while trying to run the task in the server and using the task.create code, it is working fine. i.e, no dlib issue.
The issue is when i am trying to clone the repo from github and create the task

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for dlib
?25hFailed to build dlib
ERROR: Could not build wheels for dlib, which is required to install pyproject.toml-based projects

  
  
Posted one month ago
Votes Newest

Answers


Hi @<1806135353375985664:profile|ColossalHawk50> , can you add a full log of the run?

  
  
Posted 29 days ago
440 Views
1 Answer
one month ago
29 days ago
Tags