iterative / dataset-registry

Dataset registry DVC project
67 stars 39 forks source link

How to obtain the "data.xml" file #38

Closed liyan1997 closed 1 year ago

liyan1997 commented 1 year ago

I did not find the data.xml file in the get-started path

efiop commented 1 year ago

@liyan1997 Are you following some tutorial or something?

liyan1997 commented 1 year ago

@efiop Yes, I followed a tutorial, but when I executed 'dvc get https://github.com/iterative/dataset-registry \

getting-started/data.xml - o data/data.xml ", the prompt" error: the following arguments are required: path "appears to be a parameter error, but I don't know how to solve it. Thank you for your reply

efiop commented 1 year ago

@liyan1997 You are probably copypasting it wrong with the \ and also the path is wrong (it is get-started, not getting-started). Try:

dvc get https://github.com/iterative/dataset-registry get-started/data.xml

Also which tutorial? Could you show us a link so we could check if it needs adjustment?

liyan1997 commented 1 year ago

@efiop Sorry, this is my spelling error. In fact, I used 'get started', but I seem to have solved the problem because I abandoned the '- o' command and used the command you provided. The connection I referenced is as follows: https://juejin.cn/post/7057767026072223751 This is a Chinese website. I wonder if you can access it. Thank you again for your reply

efiop commented 1 year ago

Great to hear it works now. Closing.