Tab completion on IPython seems not to be working. For example,
import numpy numpy.
simply adds a tab.
import nu
I had this problem. I solved by downgrade the python-parso package
downgrading the python-parso package (0.8.0-1 => 0.6.2-1)