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
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
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
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
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