Unity-Technologies / datasetinsights

Synthetic Dataset Insights
Apache License 2.0
85 stars 16 forks source link

When a new release will be published? #195

Open gianrubio opened 2 years ago

gianrubio commented 2 years ago

Why you need this feature: The latest pip release was published 6 months ago. Command datasetinsights convert fails with Error: No such command 'convert'. when installing the package with pip.

Installing the package from a git repo clone is a workaround.

git clone https://github.com/Unity-Technologies/datasetinsights
cd datasetinsights
poetry build
pip install ./dist/datasetinsights-1.0.0-py3-none-any.whl

Describe the solution you'd like: Please publish a new release.