[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.3

2021-04-05 Thread Michael Jung
Thank you. But also sorry, I spotted a mistake: "under the weaker assumption of the base ring being a Q-algebra" -> "under the weaker assumption of the base ring's fraction field being a Q-algebra" Moreover, it would be nice if you could adapt the syntax. I used markdown for simplicity since I

[sage-devel] Re: https://wiki.sagemath.org/ReleaseTours/sage-9.3

2021-04-05 Thread Michael Jung
P.S. Same for the ticket links I didn't provide since I assumed they will be added automatically similar to the Sage trac server. Michael Jung schrieb am Montag, 5. April 2021 um 10:40:01 UTC+2: > Thank you. But also sorry, I spotted a mistake: > > "under the weaker assumption of the base ring b

Re: [sage-devel] sagetex and tcb

2021-04-05 Thread kcrisman
Just for reference, another possibility for what you want might be provided by PreTeXt: https://pretextbook.org On Sunday, April 4, 2021 at 12:21:33 PM UTC-4 Michael Jung wrote: > Here's the issue: https://github.com/sagemath/sagetex/issues/54 > > I've provided a minimal example of the tcolorbox

[sage-devel] Error when running doctests.

2021-04-05 Thread mmarco
I am getting this kind of error messages when trying to run `make test` or `sage -t file.py`: Using --optional=build,dochtml,gentoo,kenzo,memlimit,pip,sage,sage_spkg Doctesting entire Sage library. Doctesting 4271 files. Traceback (most recent call last): File "/home/mmarco/sage/src/bin/sage-r

[sage-devel] Re: Error building a wheel for setuptools_scm-5.0.1

2021-04-05 Thread Matthias Koeppe
On Monday, April 5, 2021 at 10:26:22 AM UTC-7 arcay...@gmail.com wrote: > I am trying to get a development version of sage up and running from these > instructions > > > and following the step-by-step compilatio

[sage-devel] Re: Error building a wheel for setuptools_scm-5.0.1

2021-04-05 Thread Matthias Koeppe
You could also try if the upgrade ticket https://trac.sagemath.org/ticket/31612 fixes this issue On Monday, April 5, 2021 at 10:54:21 AM UTC-7 Matthias Koeppe wrote: > On Monday, April 5, 2021 at 10:26:22 AM UTC-7 arcay...@gmail.com wrote: > >> I am trying to get a development version of sage up

[sage-devel] Re: Error building a wheel for setuptools_scm-5.0.1

2021-04-05 Thread Arcayn LastName
Thanks so much - I upgraded to WSL 2 (I was on 1 before) and then this patch worked for me :) it's currently compiling but setuptools_scm built correctly so fingers crossed nothing else will break down the line! On Monday, April 5, 2021 at 7:15:10 PM UTC+1 Matthias Koeppe wrote: > You could als

Re: [sage-devel] Error when running doctests.

2021-04-05 Thread Dima Pasechnik
internet says it might have to do with wrong permissions to /tmp or TMPDIR pointing to a directory with wrong permissions. On Mon, Apr 5, 2021 at 6:38 PM mmarco wrote: > > > I am getting this kind of error messages when trying to run `make test` or > `sage -t file.py`: > > > Using --optional=bu

Re: [sage-devel] Error when running doctests.

2021-04-05 Thread Michael Orlitzky
On Mon, 2021-04-05 at 21:43 +0100, Dima Pasechnik wrote: > internet says it might have to do with wrong permissions to /tmp or > TMPDIR pointing to a directory with wrong permissions. > My guess: https://trac.sagemath.org/ticket/31395 -- You received this message because you are subscribed to

Re: [sage-devel] Error when running doctests.

2021-04-05 Thread mmarco
I found that too, but can't figure out which mich be the problematic directory (/tmp permissions are ok). How can I check which directory is TMPDIR pointing to in the testing environment? El lunes, 5 de abril de 2021 a las 22:44:03 UTC+2, dim...@gmail.com escribió: > internet says it might hav

Re: [sage-devel] Error when running doctests.

2021-04-05 Thread mmarco
Don't think that is the case. The error message is different, and also, the problem persist even after applying the patch. El lunes, 5 de abril de 2021 a las 23:29:25 UTC+2, Michael Orlitzky escribió: > On Mon, 2021-04-05 at 21:43 +0100, Dima Pasechnik wrote: > > internet says it might have to

Re: [sage-devel] Error when running doctests.

2021-04-05 Thread mmarco
That actually worked. Thanks! El lunes, 5 de abril de 2021 a las 23:29:25 UTC+2, Michael Orlitzky escribió: > On Mon, 2021-04-05 at 21:43 +0100, Dima Pasechnik wrote: > > internet says it might have to do with wrong permissions to /tmp or > > TMPDIR pointing to a directory with wrong permissions