[sage-devel] Re: pip-21.1.2 compile fails on MacOS

2021-11-11 Thread harald....@gmail.com
I run into the same issue without miniconda, and thus cannot build Sage at all. Le jeudi 11 novembre 2021 à 20:00:06 UTC+1, harald@gmail.com a écrit : > Hi, > > I'm trying to build Sagemath from source (within miniconda) on an > Intel-based Mac Mini running MacOS Monterrey

[sage-devel] Re: Stieltjes constants and ARB

2021-11-09 Thread harald....@gmail.com
ARB a long time ago, so there is really no good reason for this to happen. Le mardi 9 novembre 2021 à 20:34:34 UTC+1, harald@gmail.com a écrit : > PS. I have the same issue with RBF(1/sqrt(2)). > > Le mardi 9 novembre 2021 à 20:31:33 UTC+1, harald@gmail.com a écrit : > >&g

[sage-devel] Re: Stieltjes constants and ARB

2021-11-09 Thread harald....@gmail.com
PS. I have the same issue with RBF(1/sqrt(2)). Le mardi 9 novembre 2021 à 20:31:33 UTC+1, harald@gmail.com a écrit : > Hi, > > RBF(stieltjes(1)) no longer works. It now gives the error message > > TypeError: unable to convert stieltjes(1) to a RealBall > > I realize th

[sage-devel] Stieltjes constants and ARB

2021-11-09 Thread harald....@gmail.com
Hi, RBF(stieltjes(1)) no longer works. It now gives the error message TypeError: unable to convert stieltjes(1) to a RealBall I realize that this means it most likely wasn't working right before (the code must have worked because Sage fell back on SymbolicRing -> RealField -> RBF, which should

Re: [sage-devel] python3-3.8.5 won't compile under Big Sur

2021-03-06 Thread harald....@gmail.com
personally find conda on macOS a bit too invasive, as they make Terminal > automatically start with conda loaded :-( > (probably easy to fix by modifying appropriate ~/.* -files.) > > If on the other hand you need to build Sage from source, then see > Matthias' reply. > > &