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

Traceback error while running install_c_kernel #53

Open
utkarsh2102 opened this issue Oct 9, 2018 · 0 comments
Open

Traceback error while running install_c_kernel #53

utkarsh2102 opened this issue Oct 9, 2018 · 0 comments

Comments

@utkarsh2102
Copy link

I'm using Python 3.7.0 and while following the installation steps, I ran install_c_kernel and ran into a Traceback error`.

Traceback (most recent call last):
  File "/usr/bin/install_c_kernel", line 9, in <module>
    from IPython.utils.tempdir import TemporaryDirectory
  File "/usr/lib/python3.7/site-packages/IPython/__init__.py", line 55, in <module>
    from .terminal.embed import embed
  File "/usr/lib/python3.7/site-packages/IPython/terminal/embed.py", line 16, in <module>
    from IPython.terminal.interactiveshell import TerminalInteractiveShell
  File "/usr/lib/python3.7/site-packages/IPython/terminal/interactiveshell.py", line 22, in <module>
    from prompt_toolkit.shortcuts import create_prompt_application, create_eventloop, create_prompt_layout, create_output
ImportError: cannot import name 'create_prompt_application' from 'prompt_toolkit.shortcuts' (/usr/lib/python3.7/site-packages/prompt_toolkit/shortcuts/__init__.py)

I tried fixing the dependencies, yet no fixes.

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