iterative / dataset-registry

Dataset registry DVC project
67 stars 39 forks source link

tutorials/versioning/data.zip #15

Closed zakraicik closed 3 years ago

zakraicik commented 3 years ago

Trying to run

dvc get https://github.com/iterative/dataset-registry \ tutorials/versioning/data.zip

However, I get this error.

ERROR: unexpected error - : Unable to find DVC file with output '../../../../private/var/folders/pq/57gd7mhx08g_66qwkzjmf6xh0000gn/T/tmp6n27kbdldvc-clone/tutorials/versioning/data.zip'

Am I doing something wrong?

shcheklein commented 3 years ago

@jorgeorpinel I think this commit https://github.com/iterative/dataset-registry/commit/9f3e3026ab6fc1d19e13f94c6c52792bac17ed64 broke this .. could you please take a look?

jorgeorpinel commented 3 years ago

@zakraicik for now you could try (if in a rush)

dvc get https://github.com/iterative/dataset-registry tutorials/ver/data.zip

while I address the root cause. Thanks

jorgeorpinel commented 3 years ago

OK, should be fixed!

$ dvc get https://github.com/iterative/dataset-registry tutorials/versioning/data.zip

works for me.

BTW please remove that \ if pasting the command in a single line @zakraicik