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
When Running An Agent Inside Google Colab, I Always Get This Error After Dependency Installation:

When running an agent inside google colab, I always get this error after dependency installation:

2024-04-27 16:54:12
ERROR: Invalid requirement: 'google google_api_core'
RequirementsManager handler <clearml_agent.helper.package.external_req.ExternalRequirements object at 0x7b81f4a81450> raised exception: Failed installing GIT/HTTPs package 'google google_api_core'
clearml_agent: ERROR: Could not install task requirements!
Failed installing GIT/HTTPs package 'google google_api_core'
2024-04-27 16:54:12
Process failed, exit code 1

I do not know what's going wrong here.

  
  
Posted 22 days ago
Votes Newest

Answers 7


Figured it out, I installed clearml[gs] but since I don't need that I removed it. it's gone now.

  
  
Posted 22 days ago

Thanks @<1694157594333024256:profile|DisturbedParrot38> !
Nice catch.
Could you open a github issue so that at least we output a more informative error?

  
  
Posted 22 days ago

None

  
  
Posted 22 days ago

The installed packages of the task say this:

# Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0]

PyYAML == 6.0.1
clearml == 1.15.1
google google_api_core
google_cloud_storage == 2.16.0
ultralytics == 8.2.2

I do not know where the google_api_core comes from and I'd like to remove it.

  
  
Posted 22 days ago

This is the full log of the task.

I am trying to run HPO.

  
  
Posted 22 days ago

Sure can do

  
  
Posted 22 days ago

🙏

  
  
Posted 22 days ago
101 Views
7 Answers
22 days ago
22 days ago
Tags