First time here? Check out the FAQ!

Ask Your Question
1

osx installation

asked 9 years ago

kern gravatar image

I've tried installing the 6.10 and 7.1 binary distributions using the dmg files at the MIT repository on my macbook pro OS X 10.11.3. In all cases, I get the following errors, after which the application quits:

(before the version info box) "RuntimeError: maximum recursion depth exceeded during compilation"

(after the version info box) "ERROR: The Sage installation tree has moved

from /Users/buildslave-sage/slave/binary_pkg/build/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidma to /Applications/SageMath-7.1.beta3.app/Contents/Resources/sage

This is not supported, and Sage will not work."

I've tried both the app version and full binary and tried unsuccessfully working with the "relocate-once" program in the package. Any recommendations would be welcome.

Thank you.

Preview: (hide)

Comments

There is a new Sage 7.1 out now (perhaps at your mirror soon), could you try this just in case it resolves the problem?

kcrisman gravatar imagekcrisman ( 9 years ago )

I have the same install error on OSX 10.11 with both 7.1 and the latest 7.2 beta. The relocate-once.py script was missing brackets in the initial print, but fixing this then gives this "RuntimeError: maximum recursion depth exceeded during compilation" error. Same result running the script by hand.

professordes gravatar imageprofessordes ( 9 years ago )

Which command(s) are you calling?

Whats the backtrace of the RuntimeError

Why "during compilation", the dmg is already compiled. What are you doing?

Volker Braun gravatar imageVolker Braun ( 9 years ago )

sounds like you've changed the default OS configuration, as on OSX the system python is still python2, and this means that you won't see any missing brackets in print, normally speaking. What is that extra hack that you have on? Homebrew? Anaconda? Something else?

Dima gravatar imageDima ( 9 years ago )

The errors are appearing when running sage itself for the first time either via the app version or via the terminal with a non-app install (I'm not attempting to make anything in the sage tree).

The Macbook in question has both Homebrew and Anaconda installed on it.

professordes gravatar imageprofessordes ( 8 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 8 years ago

professordes gravatar image

Anaconda is causing the errors - removing all traces of that cause the errors to go away....

Preview: (hide)
link

Your Answer

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

Add Answer

Question Tools

2 followers

Stats

Asked: 9 years ago

Seen: 1,508 times

Last updated: Mar 17 '16