As a precaution, I deleted the .sage directory before and then
install/uninstall matplotlib/numpy did the job, as you suggested. And now
everything works.
Thanks for your help !
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe
On Fri, Apr 25, 2025 at 2:18 AM Topaze wrote:
> I got another error.
>
> I still have version 10.5 installed and fully functional, so I'm not
> really in a hurry.
>
> Maybe I should wait for this problem to be fixed upstream?
>
this is all fixed in the latest Sage beta, 10.7.beta1.
IMHO we should
I got another error.
I still have version 10.5 installed and fully functional, so I'm not really
in a hurry.
Maybe I should wait for this problem to be fixed upstream?
-
In a jupyterhub server we have for teaching, there were related problems
with 10.6, in particular show got no output and help gave errors. Applying
PR 39789 (present in 10.7beta's) solved the problem. These were the steps:
1.- Save a patch file of this PR, e.g., with
wget https://github.com/sage
On Thu, Apr 24, 2025 at 8:24 AM Topaze wrote:
> OK, so I started from scratch. I've got lots of disk space and memory, so
> I don't know why make stumbled. And twice in the same place, hence my
> report. But this time I managed to compile without any problem (did make
> -j 1 (parameter “1”, no mo
Sage 10.6 was released with numpy 2.2.3, and matplotlib 3.8.0 from 2023,
which is incompatible with numpy 2 (the compatibility was added in 3.8.4).
While 10.6.rc0 was released, this problem was noticed (see
https://groups.google.com/g/sage-release/c/TkPM0xL2fFA/m/LB0dT9PLAwAJ)
but was not acted upo
OK, so I started from scratch. I've got lots of disk space and memory, so I
don't know why make stumbled. And twice in the same place, hence my report. But
this time I managed to compile without any problem (did make -j 1
(parameter “1”, no more) help?). So compilation went smoothly the third
this does look like some kind of hardware issue:
> sed: couldn't flush stdout: Ressource temporairement non disponible
> make[4]: *** [Makefile:3412 : numpy-SAGE_VENV-no-deps] Erreur 141
Try restarting make, hopefully it will finish building numpy
On Mon, Apr 21, 2025 at 10:34 AM Topaze wrot