Re: [sage-devel] Switch to Python 3 by default

2019-10-26 Thread Samuel Lelievre
+1 -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit

Re: [sage-devel] Switch to Python 3 by default

2019-10-26 Thread John H Palmieri
+1 On Saturday, October 26, 2019 at 5:27:51 PM UTC-7, vdelecroix wrote: > > > https://trac.sagemath.org/ticket/28660 > > > Le 26/10/2019 à 17:20, François Bissey a écrit : > > +1 > > > >> On 27/10/2019, at 12:58 PM, Vincent Delecroix <20100.d...@gmail.com > > wrote: > >> > >> +1 > >> >

Re: [sage-devel] Re: Gram-Schmidt Procedure for Symbolic Ring

2019-10-26 Thread Vincent Delecroix
Le 24/10/2019 à 09:53, Simon King a écrit : On 2019-10-24, Michael Jung wrote: Do you have an example where SR fails to be exact? One can convert a float to SR. The result is in SR, but still behaves like a float: sage: a = SR(2.)^(1/500) sage: a^500 2.05 sage:

Re: [sage-devel] Switch to Python 3 by default

2019-10-26 Thread Vincent Delecroix
https://trac.sagemath.org/ticket/28660 Le 26/10/2019 à 17:20, François Bissey a écrit : +1 On 27/10/2019, at 12:58 PM, Vincent Delecroix <20100.delecr...@gmail.com> wrote: +1 Le 26/10/2019 à 16:58, Volker Braun a écrit : Maybe I missed it, but I didn't find a ticket for that. I think

Re: [sage-devel] Switch to Python 3 by default

2019-10-26 Thread François Bissey
+1 > On 27/10/2019, at 12:58 PM, Vincent Delecroix <20100.delecr...@gmail.com> > wrote: > > +1 > > Le 26/10/2019 à 16:58, Volker Braun a écrit : >> Maybe I missed it, but I didn't find a ticket for that. I think now would >> be a good time to flip the switch, though. Any thoughts? > > -- >

Re: [sage-devel] Switch to Python 3 by default

2019-10-26 Thread Vincent Delecroix
+1 Le 26/10/2019 à 16:58, Volker Braun a écrit : Maybe I missed it, but I didn't find a ticket for that. I think now would be a good time to flip the switch, though. Any thoughts? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe

[sage-devel] Switch to Python 3 by default

2019-10-26 Thread Volker Braun
Maybe I missed it, but I didn't find a ticket for that. I think now would be a good time to flip the switch, though. Any thoughts? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it,

Re: [sage-devel] Trouble building: Error building package python2-2.7.15.p1

2019-10-26 Thread Jim Hefferon
That worked. Thank you so much. I never would have figured it out without your help. If I could do anything to return the favor, *please* let me know. Jim On Saturday, October 26, 2019 at 11:24:45 AM UTC-4, Dima Pasechnik wrote: > > please run > > make ncurses-clean > make readline-clean

Re: [sage-devel] Trouble building: Error building package python2-2.7.15.p1

2019-10-26 Thread Dima Pasechnik
please run make ncurses-clean make readline-clean ./configure in the output of the latter you should see that the readline sage package is not going to be installed. The run make build On Sat, 26 Oct 2019, 17:03 Jim Hefferon, wrote: > Thank you for the reply. It did not appear

Re: [sage-devel] Trouble building: Error building package python2-2.7.15.p1

2019-10-26 Thread Dima Pasechnik
please try installing libreadline-dev and libncurses5-dev and rebuild python package with ./sage -f python2 and then make build On Sat, 26 Oct 2019, 12:54 Jim Hefferon, wrote: > Thank you in advance for any help. I have a standard Ubuntu 18.04.3. I > am trying to build in