Re: [sage-release] Sage 9.5.rc0 released

2022-01-11 Thread Vincent Delecroix
Got a matplotlib related doctest failure in graph plotting (via elliptic curves on this example) File "ell_number_field.py", line 2752, in sage.schemes.elliptic_curves.ell_number_field.EllipticCurve_number_field.isogeny_class Failed example: G.show(edge_labels=True) # long time Exception ra

Re: [sage-release] Sage 9.5.rc0 released

2022-01-11 Thread Vincent Delecroix
Got a matplotlib related doctest failure in graph plotting (via elliptic curves on this example) File "ell_number_field.py", line 2752, in sage.schemes.elliptic_curves.ell_number_field.EllipticCurve_number_field.isogeny_class Failed example: G.show(edge_labels=True) # long time Exception ra

Re: [sage-release] Sage 9.5.rc0 released

2022-01-11 Thread Samuel Lelièvre
2022-01-11 11:31 UTC, Vincent Delecroix on sage-release: > > Got a matplotlib related doctest failure in graph plotting > (via elliptic curves on this example) Maybe related to this recently opened ticket: - Sage Trac ticket 33143 Matplotlib update breaks build on debian buster https://trac.s

[sage-release] Re: Sage 9.5.rc0 released

2022-01-11 Thread Sébastien Labbé
Dear Volker, I would also like to ask whether it is possible to include https://trac.sagemath.org/ticket/20343 in the next rc? It got a positive review last Thursday. It adds a new module sage/plot/tikzpicture.py to deal with tikzpicture, show them automatically in a Jupyter cell and export them

[sage-release] Github changes

2022-01-11 Thread 'Justin C. Walker' via sage-release
This is somewhat off-topic, but I just ran into an issue with GitHub, and I am not sure how to handle it. I use this command to “git” the sage tree when Volker announces a new one: git clone git://github.com/sagemath/sage.git I now get an immediate response: fatal: remote error: The unauthent

Re: [sage-release] Github changes

2022-01-11 Thread Dima Pasechnik
On Tue, Jan 11, 2022 at 8:52 PM 'Justin C. Walker' via sage-release wrote: > > This is somewhat off-topic, but I just ran into an issue with GitHub, and I > am not sure how to handle it. > > I use this command to “git” the sage tree when Volker announces a new one: > git clone git://github.com/sa

Re: [sage-release] Github changes

2022-01-11 Thread 'Justin C. Walker' via sage-release
> On Jan 11, 2022, at 12:55 , Dima Pasechnik wrote: > > On Tue, Jan 11, 2022 at 8:52 PM 'Justin C. Walker' via sage-release > wrote: >> >> This is somewhat off-topic, but I just ran into an issue with GitHub, and I >> am not sure how to handle it. >> >> I use this command to “git” the sage

Re: [sage-release] Github changes

2022-01-11 Thread David Coudert
I experienced the same issue and did git clone https://github.com/sagemath/sage.git . It’s working fine now. Git trac is still working well so far. David. > Le 11 janv. 2022 à 22:08, 'Justin C. Walker' via sage-release > a écrit : > > > >> On Jan 11,

[sage-release] Re: Sage 9.5.rc0 released

2022-01-11 Thread Dave Morris
I failed to build 9.5rc0 on MacOS 11.5.2 after "make distclean", because I got "ERROR: pplpy-0.8.6-cp39-cp39-macosx_11_0_x86_64.whl is not a supported wheel on this platform." I know nothing about build systems, so I wouldn't be surprised if I'm doing something stupid, but I did know to do "sou

[sage-release] Re: Sage 9.5.rc0 released

2022-01-11 Thread Matthias Köppe
The python3 used in this build is /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 -- could you check which version this is and do you recall how you installed it? On Tuesday, January 11, 2022 at 4:19:41 PM UTC-8 dmo...@deductivepress.ca wrote: > I failed to build 9.5rc0 on MacO

[sage-release] Re: Sage 9.5.rc0 released

2022-01-11 Thread Dave Morris
Thanks for your reply. The message when I start python says: Python 3.9.9 (v3.9.9:ccb0e6a345, Nov 15 2021, 13:29:20) [Clang 6.0 (clang-600.0.57)] on darwin I installed this version of python yesterday, by downloading a MacOS installer from https://www.python.org/downloads/macos/. I did this bec

[sage-release] Re: Sage 9.5.rc0 released

2022-01-11 Thread Matthias Köppe
I have tried to reproduce this environment (with https://trac.sagemath.org/ticket/33140, this is "tox -e local-homebrew-macos-usrlocal-python3_pythonorg-python3.9"), but pplpy compiles without problem here. Could you check whether you have an environment variable such as MACOSX_DEPLOYMENT_TARGE