Jupiter and notebook start problem

asked 2017-09-18 15:16:35 +0200

wbelau gravatar image

updated 2020-01-12 13:29:56 +0200

FrédéricC gravatar image

I am running MacOSX 10.11.6. After update to Sage 8.0 there is a problem to start Jupiter or the notebook server. Here some terminal output:

Benutzers-Air:~ Benutzer$ '/Applications/SageMath-8.0.app/Contents/Resources/sage/sage' --notebook=sagenb

/Applications/SageMath-8.0.app/Contents/Resources/sage/src/bin/sage-env: line 428: 17594 Trace/BPT trap: 5       "$SAGE_LOCAL/bin/python" -c 'import pkg_resources; pkg_resources.get_distribution("matplotlib").version' 2> /dev/null
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 8.0, Release Date: 2017-07-21                     │
│ Type "notebook()" for the browser-based notebook interface.        │
│ Type "help()" for help.                                            │
└────────────────────────────────────────────────────────────────────┘
Please wait while the old SageNB Notebook server starts...
dyld: lazy symbol binding failed: Symbol not found: _getentropy
  Referenced from: /Applications/SageMath-8.0.app/Contents/Resources/sage/local/lib/libpython2.7.dylib
  Expected in: /usr/lib/libSystem.B.dylib

dyld: Symbol not found: _getentropy
  Referenced from: /Applications/SageMath-8.0.app/Contents/Resources/sage/local/lib/libpython2.7.dylib
  Expected in: /usr/lib/libSystem.B.dylib
edit retag flag offensive close merge delete

Comments

Can you say how you upgraded? It's possible that the binary you downloaded was created on too new of a machine for you to run it. One option in that case is to build from source.

kcrisman gravatar imagekcrisman ( 2017-09-18 16:34:23 +0200 )edit