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
Hey Everyone ! Seems Like I Can Not Run My Task Remotely <- Is Something Missing In The Config (Agent) , Should I Specify All The Versions? I Attach Full Log

Hey everyone !
Seems like i can not run my task remotely <- is something missing in the config (agent) , should i specify all the versions? I attach full log

  
  
Posted one year ago
Votes Newest

Answers 7


right, I’m saying I had to do that in my MAC. In your case you would have to point it to somewhere else. Please check where openblas is installed on your ubuntu

  
  
Posted one year ago

isnt brew for mac ? i am on ubuntu

  
  
Posted one year ago

if I were to run an agent that would require to install pandas at some point I’d run it:
OPENBLAS="$(brew --prefix openblas)" clearml-agent daemon --queue default

  
  
Posted one year ago

Hi ExasperatedCrocodile76 , I guess that you were able to install Scikit-learn and you were able to run it locally, and now you want to try it with an agent on the same machine.
The error is that it can’t find OpenBLAS:
` Run-time dependency openblas found: NO (tried pkgconfig and cmake)
Run-time dependency openblas found: NO (tried pkgconfig)

../../scipy/meson.build:130:0: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig `My question is: did you export some env variable when installing it locally?
  
  
Posted one year ago

for example I had to do a OPENBLAS="$(brew --prefix openblas)" pip install pandas to be able to install pandas on my M1 MAC

  
  
Posted one year ago

where did you put this

  
  
Posted one year ago

OPENBLAS="$(brew --prefix openblas)" pip install pandas

  
  
Posted one year ago
589 Views
7 Answers
one year ago
one year ago
Tags