iterative / dataset-registry

Dataset registry DVC project
67 stars 39 forks source link

Failed to clone repo #42

Open Damon-Salvatore-liu opened 9 months ago

Damon-Salvatore-liu commented 9 months ago

When I use the following command "dvc get https://github.com/iterative/dataset-registry \ get-started/data.xml -o data/data.xml" prompt "ERROR: failed to get 'get-started/data.xml' - SCM error: Failed to clone repo 'https://github.com/iterative/dataset-registry' to '/var/folders/5t/8_l102dd23z_gj9r3j41sy140000gn/T/tmp850oahzxdvc-clone': name 'urllib3' is not defined"

shcheklein commented 9 months ago

Please run the command with -v. name 'urllib3' is not defined" is a minor bug in requests AFAIU, it happens when it handles some connection exception, e.g. SSL - the actual cause should be visible in logs.

Damon-Salvatore-liu commented 9 months ago

Thanks~

elifbuyukorhan commented 7 months ago

I use same command : "dvc get https://github.com/iterative/dataset-registry get-started/data.xml -o data/data.xml"

I got this: '../../../../tmp/tmph_ii91gydvc-clone/dvc.yaml' validation failed.

extra keys not allowed, in artifacts, line 2, column 3 1 artifacts:
2 get-started-data:

dberenbaum commented 7 months ago

@elifbuyukorhan Could you please update your DVC version and try again?