1 | initial version |
This machine has a working sage installation. (Manjaro answering here, it is the reason i was choosing manjaro on it, the distro has it now in its official repository!)
The ImportError announces that the following module is missing, located as follows in my case:
sage: import IPython.terminal.prompts
sage: a = IPython.terminal.prompts
sage: a
<module 'IPython.terminal.prompts' from '/usr/lib/python2.7/site-packages/IPython/terminal/prompts.pyc'>
Is that site-package present where it should be?
Do you have iron python installed in debian? In my case:
[dan@k7 ~]$ which ipython
/usr/bin/ipython
[dan@k7 ~]$ ipython --version
6.2.1