2021-02-01 18:48:21 +0100 | received badge | ● Notable Question (source) |
2020-04-29 15:43:34 +0100 | received badge | ● Popular Question (source) |
2018-05-31 05:38:55 +0100 | received badge | ● Nice Answer (source) |
2018-05-31 03:34:17 +0100 | received badge | ● Teacher (source) |
2018-05-31 03:34:17 +0100 | received badge | ● Self-Learner (source) |
2018-05-31 03:34:11 +0100 | received badge | ● Student (source) |
2018-05-31 00:29:15 +0100 | answered a question | Starting Sage from precompiled binary Well, it appears that I overlooked the message "RecursionError: maximum recursion depth exceeded during compilation". So as it was already pointed (RecursionError: maximum recursion depth exceeded during compilation) the problem was related to the anaconda installation. Excluding conda from $PATH solved the problem. |
2018-05-27 01:18:14 +0100 | commented answer | Starting Sage from precompiled binary Well, I've run ./sage from the correct directory for sure. Otherwise, I wouldn't see any error messages related to "running Sage from an unpacked source tarball". It seems that Sage can't recognize correctly whether the source was precompiled or not. For some reason, it assumes that it wasn't compiled and asks me to run make and compile, although I did downloaded precompiled binary package. |
2018-05-26 22:52:27 +0100 | asked a question | Starting Sage from precompiled binary Hello ! My operating system is Xubuntu 16.04.1 x86_64. I've downloaded sage-8.2-Ubuntu_16.04-x86_64.tar.bz2 precompiled binary archive and checked md5 sum. Beforehand I also checked sage prerequisites and installed them all, including openssl. However, after package untar and attempt to launch ./sage, the error message appears: 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 Maybe someone have already encountered this problem? There might be some bug in sage installation check? My intention is to install sagemath kernel to the existing jupyter installation. I tried to install kernelspec for the existing jupyter installation without running ./sage, and installation completes, but kernel can't start. |