-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Context:
https://discordapp.com/channels/485586884165107732/485596304961962003/643841725831315456
I was able to reproduce with pip before I ran pip install -U -e .[all,tests]. After updating tqdm the issue was resolved.
It's clear why was that happening to me with dev version being not in sync with deps. Not sure if there is a bigger issue with how conda is managing dependencies or should we do something about it. @casperdcl you should have a better idea about it.
conda create -n dvc -c conda-forge dvc
installs DVC version 0.68.1, but it looks like it brings Tqdm 4.37 with it. This is not right.
Metadata
Metadata
Assignees
Labels
No labels