Installation error sage 8.0 on mac
I try to install sage 8.0 on my mac osx, got the following error,.
RecursionError: maximum recursion depth exceeded during compilation
It seems that you are attempting to run Sage from an unpacked source
tarball, but you have not compiled it yet (or maybe the build has not
finished). You should run make
in the Sage root directory first.
If you did not intend to build Sage from source, you should download
a binary tarball instead. Read README.txt for more information.
logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed.
[Process completed]
Have you followed the instructions?
If you want some help, you should describe with much more details
I'm having the exactly the same issue (with precisely the same error message). My version of OSX is 10.12.6 and I downloaded sage-8.0-OSX_10.12.6-x86_64.dmg. Once downloaded, I opened the .dmg file and then read the README.txt file. Based on those instructions, I dragged the SageMath folder into my applications, and then double-clicked the "sage" executable inside. A terminal window appeared with the message in the OP.