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 Notice A New Behavuour With Clearml-Agent=1.1.0. When It Is Installing The Packages I Nrequirements.Txt, It Failed With.

Hi, i notice a new behavuour with clearml-agent=1.1.0. When it is installing the packages i nrequirements.txt, it failed with.
clearml_agent: ERROR: HTTPSCOnnectionPool(host='raw.githubcontent.com', port=443): Max retries exceeded with url: /Yelp/venv-update/v3.2.5/venv_update.py ...... Temporary failure in name resolution).We are installed on a disconnected on-premise env, so its not possible to reach out to the internet. Why is clearml_agent attempting to connect to a file on github?

  
  
Posted 2 years ago
Votes Newest

Answers 6


Its hard to tell, but the agent change was a significant one. Unless python versions has something to do with it.

  
  
Posted 2 years ago

thanks.

  
  
Posted 2 years ago

Ok. I noted this is due to the venv_update setting. It needs to be disabled as it has a dependancy on the internet url. We can close this.

  
  
Posted 2 years ago

can you please verify that you have all the required packages installed locally ?

Its not installed on the image that runs the experiment. But its reflected in the requirements.txt.

what is the setting of 

agent.package_manager.system_site_packages

True.

  
  
Posted 2 years ago

Did anything change in your configurations? In the previous version there was no such issue? Is the agent version the only change?

  
  
Posted 2 years ago

SubstantialElk6 , can you please verify that you have all the required packages installed locally ? Also in your ~/clearml.conf what is the setting of agent.package_manager.system_site_packages

  
  
Posted 2 years ago
591 Views
6 Answers
2 years ago
one year ago
Tags