NVlabs / dex-ycb-toolkit

A Python package that provides evaluation and visualization tools for the DexYCB dataset
https://dex-ycb.github.io
GNU General Public License v3.0
145 stars 24 forks source link

Update setup.py for later python version #17

Closed neilsong closed 2 years ago

neilsong commented 2 years ago

Current install hangs on at least 3.7.13, unsure about older versions of 3.7 Update allows for successful install up to latest (3.10.x)

ychao-nvidia commented 2 years ago

Thanks @neilsong. This seems to come from the later versions of setuptools.

Adding packages=find_packages(), should be sufficient. Can you remove the line of include_package_data?

neilsong commented 2 years ago

Sure! Completed, @ychao-nvidia

ychao-nvidia commented 2 years ago

LGTM. Thanks @neilsong.