iterative / example-repos-dev

Source code and generator scripts for example DVC projects
https://dvc.org/doc
21 stars 13 forks source link

`example-dvc-experiments`: ERROR: unexpected error - redefinition of group name 'ps_d' as group 2; was group 1 at position 46 #184

Closed nankivel closed 1 year ago

nankivel commented 1 year ago

Haven't really been able to use this library yet, all the examples I've tried have been broken in some way.

(.venv) (base) ➜  example-dvc-experiments git:(main)  dvc pull
ERROR: unexpected error - redefinition of group name 'ps_d' as group 2; was group 1 at position 46

Having any troubles? Hit us up at https://dvc.org/support, we are always happy to help!
shcheklein commented 1 year ago

@nankivel what version of DVC do you use? Most likely it's outdated - https://github.com/iterative/dvc/issues/8893. It works fine on my machine.

Also, this repo is a bit old and will be replaced (it's WIP) with https://github.com/iterative/example-get-started-experiments

Also, the basic one https://github.com/iterative/example-get-started should be working as well. Please give it a try.

shcheklein commented 1 year ago

Closing this, @nankivel please reopen if it's still an issue for you.