Installation problem on Mac
I followed the steps in readme.txt but when I double click on sage, it did not pop up, instead it says
Last login: Wed Feb 22 13:05:21 on console
MacBook-Pro/Applications/SageMath/sage ; exit;
RecursionError: maximum recursion depth exceeded during compilation
┌────────────────────────────────────────────────────────────────────┐
│ SageMath version 7.5.1, Release Date: 2017-01-15 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
ERROR: The Sage installation tree has moved
from /Users/buildslave-sage/slave/binary_pkg/build/source/SageMath/jc4b6yulaujayb9sr94ia88eourzeqip0oidma
to /Applications/SageMath
This is not supported, and Sage will not work. To install Sage from a
binary package:
1. Open the .tar.bz2 archive (or .dmg on OSX)
2. Move the SageMath folder/app to where you want it to be. You can
also rename the directory now.
3. Start sage for the first time. This will then automatically patch
paths in binaries.
After starting Sage for the first time you cannot change the
installation any more. To install Sage elsewhere, start over from the
binary package. Or recompile Sage from scratch in the new location
("make distclean && make")
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
My computer info: macOS 10.12.3 (16D32) 2 GHz Intel Core i7
The one I downloaded: sage-7.5.1-OSX_10.11.6-x86_64.dmg
Has anyone encountered the same problem?