Ask Your Question
0

Error when starting

asked 2013-09-14 07:16:36 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

I get the following error:

+--------------------------------------------------------------------+
| Sage Version 5.11, Release Date: 2013-08-13                        |
| Type "notebook()" for the browser-based notebook interface.        |
| Type "help()" for help.                                            |
+--------------------------------------------------------------------+
Traceback (most recent call last):
  File "/opt/sage-5.5/local/bin/sage-ipython", line 6, in <module>
    from sage.misc.interpreter import SageTerminalApp
  File "/opt/sage-5.5/local/lib/python2.7/site-packages/sage/misc/interpreter.py", line 98, in <module>
    import IPython.ipapi
ImportError: No module named ipapi

What is the solution?

edit retag flag offensive close merge delete

Comments

how did you install Sage? what version of linux are you running?

vdelecroix gravatar imagevdelecroix ( 2013-09-16 09:13:25 +0200 )edit

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-09-16 09:15:44 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

See this stackoverflow thread... But it is strange that it might work with other users installation.

edit flag offensive delete link more
0

answered 2013-09-16 11:34:23 +0200

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

Although you're trying to run, and may in fact be partially running, Sage 5.11, something is picking up old stuff from Sage 5.5. Maybe your PATH is wrong: maybe /opt/sage-5.5/ needs to be removed from your path.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-09-14 07:16:36 +0200

Seen: 438 times

Last updated: Sep 16 '13