-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such command 'completion'
for homeassistant-cli 0.9.4 build
#367
Comments
It's came up for the NixOS packages as well. The completion needs to be ported to work with |
I ran into this just now when I installed via pip on Pop_OS 20.10 |
I tried the fix from #369, seems not to work for me: root@g18-hasstest:~ # bash --version
GNU bash, Version 5.1.8(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2020 Free Software Foundation, Inc.
Lizenz GPLv3+: GNU GPL Version 3 oder jünger <http://gnu.org/licenses/gpl.html>
Dies ist freie Software. Sie darf verändert und verteilt werden.
Es wird keine Garantie gewährt, soweit das Gesetz es zulässt.
root@g18-hasstest:~ # source <(_HASS_CLI_COMPLETE=bash_source hass-cli)
error: RuntimeError: Couldn't detect Bash version, shell completion is not supported.
root@g18-hasstest:~ # Perhaps @lwille could take a look. Seems to depend on locale, works with C.utf8 & POSIX, the others fail. root@g18-hasstest:~ # eselect locale list
Available targets for the LANG variable:
[1] C
[2] C.utf8
[3] de_DE.utf8 *
[4] en_US.utf8
[5] POSIX
[ ] (free form)
root@g18-hasstest:~ # eselect locale set 2
Setting LANG to C.utf8 ...
Run ". /etc/profile" to update the variable in your shell.
root@g18-hasstest:~ # . /etc/profile
root@g18-hasstest:~ # source <(_HASS_CLI_COMPLETE=bash_source hass-cli)
root@g18-hasstest:~ # |
Not sure if this isn't an issue for |
Sorry for not following up on this - I gave up at some point. Closed my draft PR. |
I am running into the same issue on 0.9.4 |
Same problem with 0.9.4 also. |
Any maintainer seeing this issue? |
Seeing the same issue here on macOS. |
Running into this via pip install on Ubuntu 20.04 on version 0.9.4. |
Should be fixed with #385 |
I am still seeing the similar error in the 0.9.6 build
build log, https://github.com/Homebrew/homebrew-core/actions/runs/3728798001/jobs/6324164107 |
Also @fabaff, can you help with this pypi artifact issue as well? |
relates to Homebrew/homebrew-core#79691
The text was updated successfully, but these errors were encountered: