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
This happens because I have been starting alice with python main.py from inside the venv.
The venv contains its own bin/snips-nlu file which is a completely different one than /usr/bin/snips-nlu.
After manually removing venv/bin/snips-nlu, the error disappears.
... hitting "Train Assistant" in the Web-UI admin section, alice expects the othersnips-nlu to be there?
[SnipsNlu] Error while training Snips NLU: error: Found argument 'train' which wasn't expected, or isn't valid in this context
USAGE:
snips-nlu [FLAGS] [OPTIONS] [SUBCOMMAND]
For more information try --help
[Traceback] NoneType: None
[SnipsNlu] Snips NLU training failed
[Traceback] NoneType: None
I just set up a fresh alice environment. After starting, I noticed that the SnipsNLU service is constantly "crashing".
After investigating, I found that the
snips-nlu
binary is being called like this:snips-nlu -a /home/pi/ProjectAlice/assistant --mqtt localhost:1883
This does not seem to be the right sytnax to call it? When trying it manually, I receive the following:
Am I missing something?
I am on stable and the unit has been set up using AliceCLI.
The text was updated successfully, but these errors were encountered: