dvc: dvc pull gives python error as of version 0.63.4

DVC version 0.63.4 Ubuntu 18.04 Installed via pip via poetry

After upgrading DVC from 0.62.1 to 0.63.4 I started seeing this error when our CI system does a dvc pull command:

dvc pull --jobs 3 --with-deps ./ImputeByEcg.dvc ERROR: unexpected error - type object got multiple values for keyword argument 'desc'

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 1
  • Comments: 25 (17 by maintainers)

Commits related to this issue

Most upvoted comments

Really think it best to continue discussion in #2664

@casperdcl Thanks for the fix! Btw, not sure I understand

@efiop I think it’s safe to say tqdm<5 rather than pinning but it’s up to you.

Could you elaborate, please?

@BernMcCarty @jeremcs Thanks for the feedback guys! I’m releasing the new dvc version right now.

@BernMcCarty 0.63.4 is still filling up your logs? I guess gitlab is using a pseudo-tty for capturing logs 🙁As @casperdcl noted, maybe --quiet would be an option for you?