anibali / h36m-fetch

Human 3.6M 3D human pose dataset fetcher
Apache License 2.0
367 stars 48 forks source link

Update spacepy version. #56

Closed DanBmh closed 2 years ago

DanBmh commented 2 years ago

Solves: "ModuleNotFoundError: No module named 'setuptools.command.bdist_wininst'" when installing spacepy in the provided docker container. See also: https://github.com/spacepy/spacepy/issues/530

anibali commented 2 years ago

Thanks for the PR. Could you provide a bit of context around this? Is the spacepy version change required to get h36m-fetch working on Windows?

DanBmh commented 2 years ago

No, I tried to build the docker container on an Ubuntu (20.04) system. I think the problem was only that some dependencies were out of date.

anibali commented 2 years ago

Good to know. Thanks for the PR.