Ask Your Question

minhhieu's profile - activity

2020-04-18 21:26:40 +0200 received badge  Famous Question (source)
2020-01-14 21:31:06 +0200 received badge  Notable Question (source)
2018-06-29 01:06:16 +0200 received badge  Popular Question (source)
2018-02-14 03:56:56 +0200 received badge  Student (source)
2018-02-09 03:14:36 +0200 answered a question How do install sage-8.1-Ubuntu_16.04-x86_64.tar.bz2 in Archlinux

RecursionError: maximum recursion depth exceeded during compilation

2018-02-09 03:14:36 +0200 asked a question How do install sage-8.1-Ubuntu_16.04-x86_64.tar.bz2 in Archlinux

tar xvf sage-8.1-Ubuntu_16.04-x86_64.tar.bz2 cd SageMath ./sage RecursionError: maximum recursion depth exceeded during compilation

2018-02-09 03:14:36 +0200 asked a question How do install SageMath in Archlinux

Help me install sage-8.1-Ubuntu_16.04-x86_64.tar.bz2 on Archlinux tar xvf sage-8.1-Ubuntu_16.04-x86_64.tar.bz2 cd SageMath ./sage Then 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.