-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
conda-forge/ncurses-feedstock
#1Description
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.
bjcubsfan, billryan, roachsinai, ayush--s, tkossak and 2 more