[sage-support] Sage9.0 installation ubuntu

2020-01-11 Thread 'Alexander Pepper' via sage-support
It seems that my package manager only has sage 8.3 available for download. Should I build from binaries? Thanks, Alex -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: [sage-support] "SageMath is damaged and can't be opened" on macOS 10.14

2020-01-11 Thread kcrisman
> > FWIW, I am running the Sage 9.0 app on macOS 10.13.6 (it appears to have > been built for 10.11, according to the name). > That is the one I built. Glad it works there. > I will be trying later versions of the app on 10.13.6, 10.14.6 and (I > think) 10.15.x later today or this weekend

[sage-support] Re: Minor bug in EllipticCurve's global_minimal_model()

2020-01-11 Thread John Cremona
On Saturday, January 11, 2020 at 10:49:08 AM UTC, Benjamin Matschke wrote: > > Computing the global minimal model of an elliptic curve over a number > field isomorphic to QQ... > > sage: K. = NumberField(x-1) > sage: E = EllipticCurve(K,[0,2]) > sage: E.global_minimal_model() > > ... raises an u

[sage-support] Re: sagemath9 and python3

2020-01-11 Thread Jean-François Ingenbleek
Thank to Emmanuel! Le samedi 11 janvier 2020 11:49:08 UTC+1, Jean-François Ingenbleek a écrit : > > Hi, > > I just installed version 9 of Sagemath including version 3 of the Python > kernel. > > Does Sagemath contain its own version of Python3 so that it is possible to > uninstall another stand

[sage-support] Re: sagemath9 and python3

2020-01-11 Thread Emmanuel Charpentier
Le samedi 11 janvier 2020 11:49:08 UTC+1, Jean-François Ingenbleek a écrit : > > Hi, > > I just installed version 9 of Sagemath including version 3 of the Python > kernel. > > Does Sagemath contain its own version of Python3 so that it is possible to > uninstall another standalone version of P

[sage-support] Minor bug in EllipticCurve's global_minimal_model()

2020-01-11 Thread 'Benjamin Matschke' via sage-support
Computing the global minimal model of an elliptic curve over a number field isomorphic to QQ... sage: K. = NumberField(x-1) sage: E = EllipticCurve(K,[0,2]) sage: E.global_minimal_model() ... raises an unexpected TypeError: TypeError: round() takes no arguments (1 given). (Run on Sage 9.0, Li

[sage-support] sagemath9 and python3

2020-01-11 Thread Jean-François Ingenbleek
Hi, I just installed version 9 of Sagemath including version 3 of the Python kernel. Does Sagemath contain its own version of Python3 so that it is possible to uninstall another standalone version of Python3? Big thanks to everyone. -- You received this message because you are subscribed to