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
After Resetting And Enqueueing A Task, The Pip Installation Procedure In A Remote Agent Tries To Install Packages Different From Packages That Were Installed In The Execution Session Before The Resetting And Enquiring Of The Task. How Can I Control That

After resetting and enqueueing a task, the pip installation procedure in a remote agent tries to install packages different from packages that were installed in the execution session before the resetting and enquiring of the task.
How can I control that the new execution session will try to install only the same packages as in the original session?

  
  
Posted 2 years ago
Votes Newest

Answers 3


Can you copy paste the error you got?

  
  
Posted 2 years ago

Hi SweetHippopotamus84 🙂
What do you mean different? Entirely unrelated packages or entirely different unrelated versions? Could it be those packages are dependencies of your requirements?

Can you provide some examples/screenies?

  
  
Posted 2 years ago

In the init session the log reports:
Using Cached environment /home/ubuntu/venvs_cache
Then all the packages installed successfully
While in the session after reset and enqueue the task the log reports :
created virtual environment CPython3.7.12.final.0-64 in 206ms
and failed to install some packages

  
  
Posted 2 years ago
553 Views
3 Answers
2 years ago
one year ago
Tags