iterative / dvc

🦉 ML Experiments and Data Management with Git
https://dvc.org
Apache License 2.0
13.36k stars 1.16k forks source link

dvc repro: pygit2 update breaking changes #10431

Closed SimiPro closed 1 month ago

SimiPro commented 1 month ago

Bug Report

Description

pygit2 renamed GIT_OBJ_COMMIT to GIT_OBJECT_COMMIT (I think) because we get error GIT_OBJ_COMMIT not found.

Reproduce

install newest dvc , run dvc repro

Expected

no crash

Environment information

Output of dvc doctor:

$ dvc doctor

Additional Information (if any):

you can fix it by using pip install pygit2==1.14.1

shcheklein commented 1 month ago

Should be fixed by https://github.com/iterative/scmrepo/pull/359

Lhenzo commented 1 month ago

Hello,

Thank you for the bump. Is there any release planned soon to make this available?

Thank you

shcheklein commented 1 month ago

yes, we'll do a release soon.