dvc repro: pygit2 update breaking changes #10431
Labels
bug
Did we break something?
dependencies
Pull requests that update a dependency file
p1-important
Important, aka current backlog of things to do
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
The text was updated successfully, but these errors were encountered: