[sage-devel] Re: Method is_unit of QuotientRingElement and PolynomialQuotientRingElement could return True in more cases

2020-04-05 Thread Sebastian Oehms
This is ticket #29469 , now! On Monday, March 30, 2020 at 8:41:40 AM UTC+2, Sebastian Oehms wrote: > > in the former case it raises a NotImplementedError even if inversion is > possible: > > sage: P. = QQ[] > sage: Q = P.quo([1-x*y]) > sage: Q.inject_varia

Re: [sage-devel] Trouble building sage --gdb

2020-04-05 Thread Matthias Koeppe
On Sunday, April 5, 2020 at 6:29:32 AM UTC-7, Dima Pasechnik wrote: > > On Sun, Apr 5, 2020 at 8:51 PM Volker Weißmann > > wrote: > > does sage use it's own cython verrsion? > > > Sage builds its own Cython. > We just started on supporting Python 3 from the system (in the latest > beta), but

Re: [sage-devel] Trouble building sage --gdb

2020-04-05 Thread Dima Pasechnik
On Sun, Apr 5, 2020 at 8:51 PM Volker Weißmann wrote: > > Hello, > > I spent the last five days trying to get sage --gdb to work on Arch Linux, > but I couldn't get it to work. Here is what I tried: > > git clone https://github.com/sagemath/sage.git > cd sage > export SAGE_DEBUG=yes > make -j4 >

[sage-devel] Re: doc for web server installation

2020-04-05 Thread Markus Wageringel
Hi Denis, I am not sure if this helps with your use case, but something I occasionally use to run Jupyter on a remote machine is a command like this: ssh -L localhost::localhost: REMOTE -t sage -n jupyter --no-browser --port= -- You received this message because you are subscribed

[sage-devel] Trouble building sage --gdb

2020-04-05 Thread Volker Weißmann
Hello, I spent the last five days trying to get sage --gdb to work on Arch Linux, but I couldn't get it to work. Here is what I tried: git clone https://github.com/sagemath/sage.git cd sage export SAGE_DEBUG=yes make -j4 ./sage -i gdb when the last command prompted > =

Re: [sage-devel] Re: ecl build failure when building sage

2020-04-05 Thread Dima Pasechnik
Perhaps you can tell us what CYGWIN_NT-10.0 is, and how is it different from the usual 64-bit Cygwin? The most recent version 3.1.4, cf https://sourceware.org/legacy-ml/cygwin-announce/2020-02/msg6.html On Sun, Apr 5, 2020 at 4:01 PM Jakub Jabłoński wrote: > > Didn't help, started installing

Re: [sage-devel] Re: ecl build failure when building sage

2020-04-05 Thread Jakub Jabłoński
Didn't help, started installing ubuntu on virtual machine, will try here. Thanks for helping. On Saturday, April 4, 2020 at 5:04:57 AM UTC+2, Dima Pasechnik wrote: > > On Fri, Apr 3, 2020 at 11:04 PM Jakub Jabłoński > wrote: > > > > Sorry, didn't notice it's not rebuilding. Done it now and is