Hi!

I am running a Mac Book Pro OS X 10.11.2 (El Capitan with all update). I 
attempted to install the app version of sage 6.10 for this system, as 
recommended by the developers. MD5 checksum ok. Transferred to Applications 
folders ok. Upon double clicking the app icon to start the program, it 
fails to load with the error statement listed below. There is an 
ImportError complaining of an undefined symbol in a dynamic library, 
operator.so, from python.

Any thoughts on how to resolve this problem?

Thanks!

GMercier

Last login: Sat Jan  2 10:10:07 on ttys003

gusmcpro2:~ gamercier$ 
'/Applications/SageMath-6.10.app/Contents/Resources/sage'/sage --notebook

RecursionError: maximum recursion depth exceeded during compilation

Traceback (most recent call last):

  File 
"/Applications/SageMath-6.10.app/Contents/Resources/sage/src/bin/sage-notebook",
 
line 7, in <module>

    import argparse

  File 
"/Applications/SageMath-6.10.app/Contents/Resources/sage/local/lib/python/argparse.py",
 
line 85, in <module>

    import collections as _collections

  File 
"/Applications/SageMath-6.10.app/Contents/Resources/sage/local/lib/python/collections.py",
 
line 9, in <module>

    from operator import itemgetter as _itemgetter, eq as _eq

ImportError: 
dlopen(/Applications/SageMath-6.10.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so,
 
2): Symbol not found: __PyUnicodeUCS4_AsDefaultEncodedString

  Referenced from: 
/Applications/SageMath-6.10.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so

  Expected in: flat namespace

 in 
/Applications/SageMath-6.10.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so

gusmcpro2:~ gamercier$ 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to