Ask Your Question

Jingguo Yao's profile - activity

2019-05-13 01:52:55 +0200 received badge  Famous Question (source)
2018-12-11 14:07:29 +0200 received badge  Good Question (source)
2018-12-11 14:07:26 +0200 received badge  Notable Question (source)
2018-12-11 14:07:26 +0200 received badge  Popular Question (source)
2018-06-16 18:47:24 +0200 received badge  Teacher (source)
2018-06-16 18:47:24 +0200 received badge  Self-Learner (source)
2018-06-16 03:24:59 +0200 answered a question RecursionError when installing SageMath 8.2

I finally found that the cause of this problem is that I have used brew to installed python3 and linked python to python3. After I used brew to uninstall python3, the problem is solved.

2018-06-11 11:00:16 +0200 received badge  Nice Question (source)
2018-06-11 08:51:11 +0200 received badge  Student (source)
2018-06-10 22:05:55 +0200 asked a question RecursionError when installing SageMath 8.2

I downloaded sage-8.2-OSX_10.13.4-x86_64.dmg. Then I ran ./sage from the extracted SageMath directory in a Terminal. Then I got the following error:

Last login: Sun Jun 10 23:17:18 on ttys001 /Users/jing/tools/SageMath/sage ; exit; ➜ ~ /Users/jing/tools/SageMath/sage ; exit; 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.


[Process completed]

I am using macOS 10.13.4. Can anyone help me on this?