mrseanryan / csfy

Train a simple text classifier and predict labels - supports ONNX output for performance, language-neutral
https://medium.com/p/9fd7003000fc
MIT License
0 stars 0 forks source link

Fix annoying `poetry run` warning about non-installed script #3

Closed mrseanryan closed 3 weeks ago

mrseanryan commented 3 weeks ago
Warning: 'csfy' 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.
mrseanryan commented 3 weeks ago

Occurs on Windows + Ubuntu

probably something wrong in the pyproject.toml file ...