Re: [sage-support] Re: Error when makeing Sage

2025-01-07 Thread Éricles Lima
Now I downgraded to python 10.5, and it stopped yielding that error (also, there's evidence gmpy2 had issues with newer python version , but I'm not entirely sure that is related). However, it's now failing on building scipy :/ There's a similar er

Re: [sage-support] Re: Error when makeing Sage

2025-01-05 Thread Jan Groenewald
Hi On Mon, 6 Jan 2025 at 02:03, Dima Pasechnik wrote: > On 5 January 2025 14:04:20 GMT-06:00, "Éricles Lima" > wrote: > >*Attempting to download package gmpy2-2.2.0a1.tar.gz from > >mirrorshttps:// > github.com/sagemath/sage/releases/download/10.6/[xx

Re: [sage-support] Re: Error when makeing Sage

2025-01-05 Thread Dima Pasechnik
On 5 January 2025 14:04:20 GMT-06:00, "Éricles Lima" wrote: >It's funny... why should removing log files change the error obtained? less scrolling to look for the real error. > >Anyway, it did. Now it fails when building gmpy: > > > > > > > >*Error building Sage.The following package(s) may have

Re: [sage-support] Re: Error when makeing Sage

2025-01-05 Thread Éricles Lima
It's funny... why should removing log files change the error obtained? Anyway, it did. Now it fails when building gmpy: *Error building Sage.The following package(s) may have failed to build (not necessarilyduring this run of 'make all-start'):* package: gmpy2-2.2.0a1 last build

Re: [sage-support] Re: Error when makeing Sage

2025-01-03 Thread Dima Pasechnik
On Fri, Jan 3, 2025 at 12:15 PM Éricles Lima wrote: > > Is there more than one config.log? > > I considering copying the one I found below, but the formatting became too > awful, so I add it again as an attachment here (it's also attached to my > first message in this discussion) > > Thanks befo

Re: [sage-support] Re: Error when makeing Sage

2025-01-03 Thread Dima Pasechnik
Your error indicates that your system Python3 was rejected for some reason. Please post the top-level config.log - it contains the needed details. On Fri, Jan 3, 2025 at 10:18 AM Éricles Lima wrote: > > But that's basically what I did before - the steps on that sagemanifolds > website are basica

Re: [sage-support] Re: Error when makeing Sage

2025-01-03 Thread Éricles Lima
But that's basically what I did before - the steps on that sagemanifolds website are basically the same listed on the github: clone -> make configure -> ./configure -> make And the error it gets me is the same (failure to build python3-3.12.5). I tried deactivating conda to see whether I'd get

Re: [sage-support] Re: Error when makeing Sage

2025-01-03 Thread Henri Girard
It's easier to make it with eric suggestion I don't want to use conda in ubuntu because debs python are natives I even compile with 25.04 ubuntu dev version best HG Le 03/01/2025 à 11:21, Eric Gourgoulhon a écrit : If you are on Ubuntu 24.04, I would advise to install SageMath along these li

[sage-support] Re: Error when makeing Sage

2025-01-03 Thread Eric Gourgoulhon
If you are on Ubuntu 24.04, I would advise to install SageMath along these lines: https://sagemanifolds.obspm.fr/install_ubuntu.html Best wishes, Eric. Le vendredi 3 janvier 2025 à 05:27:48 UTC+1, ericlesaq...@gmail.com a écrit : > I get an error when running the `make` step of the Sage build