mirror of
https://github.com/clearml/clearml
synced 2025-03-03 10:42:00 +00:00
Fix Azure install prompt
This commit is contained in:
parent
3898563200
commit
c433f8e575
@ -1578,7 +1578,7 @@ class _AzureBlobServiceStorageDriver(_Driver):
|
||||
except ImportError:
|
||||
raise UsageError(
|
||||
'Azure blob storage driver not found. '
|
||||
'Please install driver using "pip install \'azure.storage.blob>=2.0.1\'"'
|
||||
'Please install driver using "pip install \'azure.storage.blob<=2.1.0\'"'
|
||||
)
|
||||
|
||||
self.name = name
|
||||
|
Loading…
Reference in New Issue
Block a user