On Sunday, April 2, 2017 at 8:22:48 PM UTC-4, Ruben Zilibowitz wrote: > > Hello, > > I have Mac OS 10.12.4 on MacBook Pro. I just installed Sage 7.6 from > sage-7.6-OSX_10.12.3-x86_64.app.dmg. Unfortunately it is not working. See > the output below from my terminal window. When I launched for first time it > asked me if I wanted ti import old notebooks to new format. >
Volker - Hmm, wasn't that only supposed to be happening with Sage 8.0, not Sage 7.6? > I said Yes. Not sure if this is causing the problem. Any help would be > appreciated. > No, the error messages you have here indicate something else. > from operator import itemgetter as _itemgetter, eq as _eq > ImportError: > dlopen(/Volumes/LaCie/Applications/SageMath-7.6.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so, > > 2): Symbol not found: __PyUnicodeUCS4_AsDefaultEncodedString > Referenced from: > /Volumes/LaCie/Applications/SageMath-7.6.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so > Expected in: flat namespace > in > /Volumes/LaCie/Applications/SageMath-7.6.app/Contents/Resources/sage/local/lib/python2.7/lib-dynload/operator.so > ``` > > See e.g. https://groups.google.com/forum/#!topic/sage-devel/cxm3crXEVaE or https://ask.sagemath.org/question/34926/importerror-during-installation-on-macos-10116/ or https://ask.sagemath.org/question/32916/is-it-possible-to-install-sage-71-on-osx-1011/ Keep in mind this is usually something that might happen when one has a binary relying on a newer hardware than the actual machine? -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
