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
Another Simple Query Guys. I'Ve Installed Clearml On Ubuntu. However, It Says Command Not Found When I Run Any Command With Clearml . I Feel Like It Might Be An Issue With Environment Variables But I Have No Idea How To Fix This.

Another simple query guys. I've installed clearml on ubuntu. However, it says command not found when i run any command with clearml . I feel like it might be an issue with environment variables but i have no idea how to fix this.

  
  
Posted 2 years ago
Votes Newest

Answers 13


That's weird, it doesn't work on my main ubuntu installation but does work on a vm i created of ubuntu on windows

  
  
Posted 2 years ago

any command starting with clearml

  
  
Posted 2 years ago

On both the main ubuntu and the vm, I simply installed it in a conda environment using pip

  
  
Posted 2 years ago

might be something related to privileges with conda? did you use sudo ?

  
  
Posted 2 years ago

Thanks for the help. I'll try to continue working on the vm for now.

  
  
Posted 2 years ago

Sure. How did you install ClearML on your ubuntu?

  
  
Posted 2 years ago

in the venv sudo might not be required

  
  
Posted 2 years ago

It's a Python installation issue, I guess - these commands are installed by pip when installing the clearml package

  
  
Posted 2 years ago

e.g clearml-init or just saying clearml

  
  
Posted 2 years ago

It says command not found.

  
  
Posted 2 years ago

Each one can be activated using a python command, such as python -m clearml.cli.data for clearml-data

  
  
Posted 2 years ago

What are you trying to run exactly, and what's the error? 🙂

  
  
Posted 2 years ago

pip install clearml

  
  
Posted 2 years ago
629 Views
13 Answers
2 years ago
one year ago
Tags