You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Why you need this feature:
The latest pip release was published 6 months ago. Command
datasetinsights convertfails withError: No such command 'convert'.when installing the package with pip.Installing the package from a git repo clone is a workaround.
Describe the solution you'd like:
Please publish a new release.