zju3dv/mvpose

environment error

Closed this issue · 2 comments

When the code was being compiled, an error was encountered:
torchvision 0.2.2 requires tqdm==4.19.9, but you'll have tqdm 4.29.1 which is incompatible.
How should this be solved?

I met the same problem, Have you solve it?

I guess just changing to download tqdm==4.19.9 is fine.