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 Everyone. I'M Facing A Problem When Connecting To Azure Storage. When The Task Tries To Download A Dataset, It Fails With The Message

Hi everyone. I'm facing a problem when connecting to Azure storage. When the task tries to download a dataset, it fails with the message

2024-08-29 11:02:19,199 - clearml.storage - ERROR - Azure blob storage driver not found. Please install driver using: 'pip install clearml[azure]' or pip install '"azure.storage.blob>=12.0.0"'
ERROR:root:An error occurred 'NoneType' object has no attribute 'base_url'

I explicitly specified clearml[azure] in requirements.txt or in Installed packages section, also tried azure-storage-blob==12.21.0 but to no avail. Could you please help?

  
  
Posted 18 days ago
Votes Newest

Answers 3


Hi @<1523707653782507520:profile|MelancholyElk85> , I assume you're running remotely?

  
  
Posted 18 days ago

@<1523701070390366208:profile|CostlyOstrich36> on a remote agent, yes, running the task from the interface

  
  
Posted 17 days ago

Can you share the complete task log?

  
  
Posted 17 days ago