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
To expand on Dima's answer: Homebrew's Python 3.13 is too new to build
Sage, so Sage will reject it. The built-in Python 3.9 is, as Dima says, no
good for use with Sage. So install Homebrew's python 3.12, do "make
distclean", and then use
./configure --with-python=" fill in path to python3.1
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
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
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
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