[sage-devel] switching Sage installation from python2 to python3

2018-06-02 Thread Dima Pasechnik
I am trying to figure out how to switch an installation of Sage from python2 to python3, without make distclean and rebuilding everything. I understand that one needs to do ./configure --with-python=3 however, attempting to do make build gives an error "unable to import six" If I install

[sage-devel] rebooted trac

2018-06-02 Thread Dima Pasechnik
Hi, trac was almost impossible to connect to this morning, so I logged in and rebooted. With very little time I had, I noticed that CPUs were basically totally saturated running postgres processes. Best, Dima -- You received this message because you are subscribed to the Google Groups "sage-dev

[sage-devel] Re: trac is down

2018-06-02 Thread Dima Pasechnik
Looks OK after reboot. On Saturday, June 2, 2018 at 8:16:36 AM UTC+2, Frédéric Chapoton wrote: > > This morning, the trac server seems to be down with > > ERR_TIMED_OUT > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this gr

[sage-devel] Re: switching Sage installation from python2 to python3

2018-06-02 Thread Frédéric Chapoton
build from scratch. Bad idea to try to convert an existing installation from py2 to py3.. Frederic Le samedi 2 juin 2018 09:39:57 UTC+2, Dima Pasechnik a écrit : > > I am trying to figure out how to switch an installation of Sage from > python2 to python3, without > make distclean and rebuildi

Re: [sage-devel] Trouble with pkgconf

2018-06-02 Thread kcrisman
On Friday, June 1, 2018 at 6:17:36 PM UTC-4, Erik Bray wrote: > > On Sat, Jun 2, 2018 at 12:12 AM, Erik Bray > wrote: > > On Fri, Jun 1, 2018 at 3:15 PM, kcrisman > wrote: > >> In trying to upgrade (via git pull from trac, the develop branch) from > >> 8.2.beta5 to current develop, I am havi

Re: [sage-devel] Trouble with pkgconf

2018-06-02 Thread Erik Bray
On Sat, Jun 2, 2018 at 2:21 PM, kcrisman wrote: > > > On Friday, June 1, 2018 at 6:17:36 PM UTC-4, Erik Bray wrote: >> >> On Sat, Jun 2, 2018 at 12:12 AM, Erik Bray wrote: >> > On Fri, Jun 1, 2018 at 3:15 PM, kcrisman wrote: >> >> In trying to upgrade (via git pull from trac, the develop branch)

Re: [sage-devel] Suggestion for the SageMath website

2018-06-02 Thread Simon King
Am Freitag, 1. Juni 2018 21:04:00 UTC+2 schrieb mathzeta2: > > On 01/06/18 17:51, William Stein wrote: > > But further, linking to dependencies should be done much more, but in > > a way that provides clear value to users: > > > >- being able to read the original upstreams docs and source

[sage-devel] Re: switching Sage installation from python2 to python3

2018-06-02 Thread Dima Pasechnik
On Saturday, June 2, 2018 at 10:28:58 AM UTC+2, Frédéric Chapoton wrote: > > build from scratch. Bad idea to try to convert an existing installation > from py2 to py3.. > it turns out that ./configure --with-python=3 is not enough, one also needs to export SAGE_PYTHON3=yes why, oh why i

Re: [sage-devel] Re: switching Sage installation from python2 to python3

2018-06-02 Thread Erik Bray
On Sat, Jun 2, 2018 at 11:27 PM, Dima Pasechnik wrote: > > > On Saturday, June 2, 2018 at 10:28:58 AM UTC+2, Frédéric Chapoton wrote: >> >> build from scratch. Bad idea to try to convert an existing installation >> from py2 to py3.. > > > it turns out that ./configure --with-python=3 > is not enou

Re: [sage-devel] Re: switching Sage installation from python2 to python3

2018-06-02 Thread Dima Pasechnik
On Saturday, June 2, 2018 at 11:29:21 PM UTC+2, Erik Bray wrote: > > On Sat, Jun 2, 2018 at 11:27 PM, Dima Pasechnik > wrote: > > > > > > On Saturday, June 2, 2018 at 10:28:58 AM UTC+2, Frédéric Chapoton wrote: > >> > >> build from scratch. Bad idea to try to convert an existing installatio

[sage-devel] Re: failures on 8.3.beta3 (probably due to meataxe?)

2018-06-02 Thread Simon King
Hi all, the failures on 8.3.beta3 related with matrices over finite non-prime fields of odd characteristic are fixed in #25490 and 25079. At least that's what I guess. But it is difficult to be sure, as there are numerous failures in 8.3.beta3 in the "optional: internet" tests. Best regards, Simo