Skip to content

Problem with ipython / readline / ncurses #455

@maxnoe

Description

@maxnoe

I did a fresh install of anaconda3 this morning, Linux x86_64.

When i first opened ipython, no colour was present and tabcompletion did not work. Along came the error (or warning):

WARNING: Readline services not available or not loaded.
WARNING: The auto-indent feature requires the readline library

Which was not gone after i did conda install readline.

I then tried to do import readline, which caused the error

>>> import readline
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libncursesw.so.5: cannot open shared object file: No such file or directory

After conda install ncurses ipython and readline worked again, besides one minor thing:
Ctrl + l does not clear the screen anymore, %clear works.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions