Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dvc pull hangs indefinitely #10625

Open
dom-nura opened this issue Nov 18, 2024 · 3 comments
Open

dvc pull hangs indefinitely #10625

dom-nura opened this issue Nov 18, 2024 · 3 comments
Labels
A: data-sync Related to dvc get/fetch/import/pull/push awaiting response we are waiting for your reply, please respond! :)

Comments

@dom-nura
Copy link

dom-nura commented Nov 18, 2024

Bug Report

dvc pull hangs indefinitely

windows 11,
python 3.12,
dvc 3.56.0

mkdir c::\tmp\foo
cd c:\tmp\foo
dvc init --no-scm

create a .dvc file:

md5: 18209fb515862e1af194d959306d8932
frozen: true
deps:
- path: sdxl_vae.safetensors
  repo:
    url: https://huggingface.co/stabilityai/sdxl-vae
    rev_lock: 6f5909a7e596173e25d4e97b07fd19cdf9611c76
outs:
- hash: md5
  path: sdxl_vae.safetensors

dvc pull

result: hangs forever.

@shcheklein
Copy link
Member

@dom-nura when you run git clone https://huggingface.co/stabilityai/sdxl-vae - does it request a user name / password?

@shcheklein shcheklein added awaiting response we are waiting for your reply, please respond! :) A: data-sync Related to dvc get/fetch/import/pull/push labels Nov 18, 2024
@dom-nura
Copy link
Author

no it doesn't, I can clone just fine.

@shcheklein
Copy link
Member

could you run it with -v please?

also, what do you see if you Ctrc + C - it should print a stack trace I think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: data-sync Related to dvc get/fetch/import/pull/push awaiting response we are waiting for your reply, please respond! :)
Projects
None yet
Development

No branches or pull requests

2 participants