OpenAdapt icon indicating copy to clipboard operation
OpenAdapt copied to clipboard

[Bug]: `poetry run install-dashboard` generates warning

Open abrichr opened this issue 9 months ago • 0 comments

Describe the bug

(openadapt-py3.10) abrichr@MacBook-Pro-4 OpenAdapt % poetry run install-dashboard
Warning: 'install-dashboard' is an entry point defined in pyproject.toml, but it's not installed as a script. You may get improper `sys.argv[0]`.

The support to run uninstalled scripts will be removed in a future release.

Run `poetry install` to resolve and get rid of this message.

To Reproduce

poetry run install-dashboard

abrichr avatar Apr 29 '24 15:04 abrichr