Sage 6.6: ipython notebook fails to load - OSX

asked 2015-04-24 10:48:14 +0200

Tbecket gravatar image

I just downloaded Sage 6.6 and tried to launch the ipython (jupyter) notebook, with

$ /Applications/Sage-6.6.app/Contents/Resources/sage/sage -ipython notebook

This results in the following error:

[I 10:45:08.225 NotebookApp] The IPython Notebook is running at: http://localhost:8888/
[I 10:45:08.225 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Applications/Sage-6.6.app/Contents/Resources/sage/local/lib/libsqlite3.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

This is on Stock Mavericks on OSX (no Xcode installed). Any clues?

edit retag flag offensive close merge delete