feast
feast copied to clipboard
Error: 'ui' command not found
Have followed the first few steps of the feast installation process, after using feast ui I get an error stating that the 'ui' command is not found.
feast --help returns a list of commands without the ui command too.
what version are you on? Still works when I run it at least
Was using latest version (0.23.0) when I first had the problem, then I tried to downgrade as my colleague was not getting the issue on version 0.18.1, but now the issue follows me no matter which version I am using lol. Got my colleague to test version 0.23.0 and the exact same thing happened in her case too.
o.O I am not sure why this would happen and can't really repro
Does it work if you pip install directly from the master GitHub repo?
https://github.com/feast-dev/feast/blob/master/sdk/python/feast/cli.py#L141 has shown the ui command there and i can also locally see the help showing up in feast --help
Hmm very strange, the version of cli.py I have on my local machine is missing some lines from the one you linked in the github... no idea how that may have happened as all I did was pip install feast. Also interesting that my colleague reproduced the same problem after upgrading to the latest version.
Hopefully using the cli.py file from the github should solve the issue, else I will reinstall from directly as you suggested. Many thanks!
can you try installing feast 0.22.2 instead?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.