Package Details: kube-shell 0.0.21-2

Git Clone URL: https://aur.archlinux.org/kube-shell.git (read-only, click to copy)
Package Base: kube-shell
Description: An integrated shell for working with the Kubernetes CLI
Upstream URL: https://github.com/cloudnativelabs/kube-shell
Licenses: Apache
Provides: kube-shell
Submitter: ianberinger
Maintainer: ianberinger
Last Packager: ianberinger
Votes: 2
Popularity: 0.000000
First Submitted: 2017-07-28 23:21 (UTC)
Last Updated: 2017-11-07 23:45 (UTC)

Latest Comments

dordoka commented on 2024-03-29 18:03 (UTC) (edited on 2024-03-29 18:03 (UTC) by dordoka)

Broken

Traceback (most recent call last):
  File "/usr/bin/kube-shell", line 5, in <module>
    from kubeshell.main import cli
  File "/usr/lib/python3.11/site-packages/kubeshell/main.py", line 6, in <module>
    from kubeshell.kubeshell import Kubeshell
  File "/usr/lib/python3.11/site-packages/kubeshell/kubeshell.py", line 6, in <module>
    from prompt_toolkit.key_binding.defaults import load_key_bindings_for_prompt
ImportError: cannot import name 'load_key_bindings_for_prompt' from 'prompt_toolkit.key_binding.defaults' (/usr/lib/python3.11/site-packages/prompt_toolkit/key_binding/defaults.py)

fmauNeko commented on 2019-05-28 12:02 (UTC)

Hello, this is incompatible with python-prompt_toolkit 2.x. Could you update the dep to use python-prompt_toolkit1? Thanks!

ianberinger commented on 2017-11-07 23:47 (UTC)

@travisghansen, thanks! Fixed.

travisghansen commented on 2017-11-07 18:55 (UTC)

may need to add pip as dep /tmp/yaourt-tmp-thansen/aur-kube-shell/./PKGBUILD: line 19: pip: command not found