ipython autocompletion does not work

With IPython version 7.12.0 and python 3.7.3, Ipython crashes when I wanted to autocomplete a file or a module import.

This fixed my problem:


pip install pyreadline

An the jedi package was set to 0.18.0 but this seems to cause problem so downgrading it solved the issue at the end:

pip install jedi==0.7.12

Please follow and like us:
This entry was posted in Computer Science and tagged , . Bookmark the permalink.

Leave a Reply

Your email address will not be published.