Re: [sage-support] Sage crash (probably caused by a Debian system upgrade)

2020-06-08 Thread Emmanuel Charpentier
This didn't work (make failed to find a target for "random-clean") ; furthermore, Sage displayed a "failure to build Sage" notice at further attempts. In fact, nothing worked short of "make distclean ; ./configure ; make", which mercifully worked with apparent success... Le lundi 8 juin 2020 0

[sage-support] multiprocessing_sage

2020-06-08 Thread Dibyendu Roy
from sage.parallel.multiprocessing_sage import pyprocessing p_iter = pyprocessing(4) P = parallel(p_iter=p_iter) def f(x): y=x+2 return y v = list(P(f)(list(range(10; v.sort() print(v) why I am not able to compile the code? If I return only x then it shows the output. Please help m

Re: [sage-support] Sage crash (probably caused by a Debian system upgrade)

2020-06-08 Thread Dima Pasechnik
the end of your attachment suggests sage -f random for some reason On Mon, 8 Jun 2020, 08:10 Emmanuel Charpentier, < emanuel.charpent...@gmail.com> wrote: > > > Le lundi 8 juin 2020 09:00:43 UTC+2, Dima Pasechnik a écrit : >> >> any update of a library used in Sage has potential for causing thi

Re: [sage-support] Sage crash (probably caused by a Debian system upgrade)

2020-06-08 Thread Emmanuel Charpentier
Le lundi 8 juin 2020 09:00:43 UTC+2, Dima Pasechnik a écrit : > > any update of a library used in Sage has potential for causing this. > Aaaarghhh... This makes Sage extremely brittle... I'll try `sage -b`, then `make`, and keep you posted. [ Snip... ] -- You received this message because y

[sage-support] Re: Sage crash (probably caused by a Debian system upgrade)

2020-06-08 Thread Emmanuel Charpentier
I forgot to specify that my Sage installation is compiled from source. HTH, -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroup