Thanks, (works when using sdk 1.4.1)
Great, well release v1.6.2 shortly 🙂
Hi! Can you please provide us with code that would help us reproduce this issue? Is it just downloading from gcp?
thank you! we will take a look and come back to you
Hi SuccessfulKoala55
Yes, it seems version v1.6.2rc0 solved the problem.
I just use:dataset = Dataset.create( dataset_name=dataset_name, dataset_project=dataset_project, # parent_datasets=[d1], )
where my configuration is to use gcp storage with gs://…..
ApprehensiveSeahorse83 I think we might have found it 🙂 - can you please try using version v1.6.2rc0 and verify it solves your issue?
ApprehensiveSeahorse83 I was not able to reproduce it (although I think SmugDolphin23 did reproduce on his env) - what's your specific setup? Just doing:
` from clearml import Dataset
dataset = Dataset.create(
dataset_name="some name",
dataset_project="some project",
) `Works and raided no error for me (using Python 3.8)