Re: [sage-devel] Error while installing SAGE

2020-11-17 Thread Emmanuel Charpentier
Ahem... Le mardi 17 novembre 2020 à 19:11:10 UTC+1, David Roe a écrit : > It looks like you ran out of disk space. I would suggest making more room > on your hard drive and trying again. I'm not sure exactly how much room > Sage needs, but 8GB should be plenty. > A bit more :

Re: [sage-devel] Error while installing SAGE

2020-11-17 Thread Rejani Rajesh
Thank you so much... i could install sage from conda successfully... Really appreciate the help On Tuesday, November 17, 2020 at 11:57:13 PM UTC+5:30 dim...@gmail.com wrote: > a quick way to get up to date sage installed is to use conda. >

[sage-devel] Re: OS X Big Sur progress report

2020-11-17 Thread John H Palmieri
You can probably eliminate some of the doctest errors with the following hack, which may not be the right way to proceed, but at least for me it allows doctesting to complete. Some of your other errors may be caused by using Python 3.9, and people are working on fixing those. diff --git

Re: [sage-devel] Error while installing SAGE

2020-11-17 Thread Dima Pasechnik
a quick way to get up to date sage installed is to use conda. https://doc.sagemath.org/html/en/installation/conda.html if you must build from source, run ./configure first, and read the advice at the end (many packages can come from the system) On Tue, 17 Nov 2020, 18:07 Rejani Rajesh, wrote:

Re: [sage-devel] Error while installing SAGE

2020-11-17 Thread David Roe
It looks like you ran out of disk space. I would suggest making more room on your hard drive and trying again. I'm not sure exactly how much room Sage needs, but 8GB should be plenty. David On Tue, Nov 17, 2020 at 1:07 PM Rejani Rajesh wrote: > hello > > i had trouble installing the sage from

[sage-devel] Re: OS X Big Sur progress report

2020-11-17 Thread Andrew
Just to confirm, I was able to compile 9.3.beta1 on macosx 10.0.1 running xcode 12.2 with homebrew. The following doctests failed with `make ptestlong`: sage -t --long --random-seed=0 src/sage/misc/sagedoc.py # 1 doctest failed sage -t --long --random-seed=0 src/sage/tests/cmdline.py # 1

Re: [sage-devel] Possible bug: SAGE_PYTHON_VERSION not set

2020-11-17 Thread John Cremona
Thanks for that -- I had not realised that it was an upstream issue. I'll get Bober to merge your PR -- thanks for doing that Dima. On Tuesday, November 17, 2020 at 12:22:02 AM UTC Matthias Koeppe wrote: > On Monday, November 16, 2020 at 7:55:15 AM UTC-8 Dima Pasechnik wrote: > >> IIRC we