Skip to content
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

Standard install broken on debian stretch #66

Open
tback opened this issue Feb 22, 2019 · 0 comments
Open

Standard install broken on debian stretch #66

tback opened this issue Feb 22, 2019 · 0 comments

Comments

@tback
Copy link

tback commented Feb 22, 2019

Default installation on debian stretch seems broken to me:

pip install kube-shell
kube-shell
Traceback (most recent call last):
  File "/home/tback/.local/bin/kube-shell", line 7, in <module>
    from kubeshell.main import cli
  File "/home/tback/.local/lib/python3.5/site-packages/kubeshell/main.py", line 6, in <module>
    from kubeshell.kubeshell import Kubeshell
  File "/home/tback/.local/lib/python3.5/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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant