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
Hi, I Would Like To Install Python Package Using Conda In My Worker Machine. So I Edit The Trains.Conf File To :

Hi, I would like to install python package using conda in my worker machine. so I edit the trains.conf file to :
package_manager: { # supported options: pip, conda, poetry type: conda,But in the web UI console, I see:
Executing Conda: /opt/conda/bin/conda install -p /root/.trains/venvs-builds/3.6 -c defaults -c conda-forge -c 'pip<20.2' --quiet --json Pass **Conda: Installing requirements: step 2 - using pip:**Would it use conda to install package or pip? Why did the using pip show?
Thanks in advances! 🙏

  
  
Posted 3 years ago
Votes Newest

Answers