Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread Dima Pasechnik
These "illegal instruction" errors are an indication that the binary was built for a more advanced CPU than yours - which does not support certain CPU commands. It's a bug in "fat binary" build process we see for some time. Build Sage yourself, or use Conda. On Mon, 23 Aug 2021, 23:33 share the

Re: [sage-support] Other mailing lists

2021-08-23 Thread H
On August 23, 2021 7:18:16 PM EDT, David Joyner wrote: >On Mon, Aug 23, 2021 at 7:13 PM H wrote: > >> I just joined this list a few days ago but also tried to join >> sage-algebra, that list however seems dead. The moderator has after >almost >> a week not approved my membership and the last Goog

[sage-support] List all shortest paths between two vertices in a graph

2021-08-23 Thread Beth Claire
Hi, Given an undirected graph G, and two vertices u and v of G, I want to list all paths from u to v with a length of d_G(u,v). The built-in function shortest_simple_paths

Re: [sage-support] Other mailing lists

2021-08-23 Thread David Joyner
On Mon, Aug 23, 2021 at 7:13 PM H wrote: > I just joined this list a few days ago but also tried to join > sage-algebra, that list however seems dead. The moderator has after almost > a week not approved my membership and the last Google group posting seems > to be from 2018... > > Are there any

[sage-support] Other mailing lists

2021-08-23 Thread H
I just joined this list a few days ago but also tried to join sage-algebra, that list however seems dead. The moderator has after almost a week not approved my membership and the last Google group posting seems to be from 2018... Are there any other mailing lists/groups? I should also mention t

Re: [sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread share the sage
Hi Marco, How are you? In my case, upgrading to Ubuntu 20.04 base, didn't solve the issue. Building did. I had the same SignalError on Linux Mint 20.1 (based on Ubuntu 20.04) with the corresponding Sage prebuild binaries as in Linux Mint 18.3 (based on Ubuntu 16.04). So, I took courage and

[sage-support] Re: Installing Package in Systemwise Sagemath

2021-08-23 Thread slelievre
Le lundi 23 août 2021 à 15:00:49 UTC+2, egourg...: > Le dimanche 22 août 2021 à 15:49:28 UTC+2, asd00012...: > >> >> I installed Sagemath for the entire system using ``sudo apt-get install >> sagemath'' on my Ubuntu machine. When I tried to do something like ``sage >> -i kohel_database,'' it to

[sage-support] Re: How to download as LaTeX, and have output boxes rendered

2021-08-23 Thread Jákup
Thank you very much. Updating solved the problem. :) On Monday, August 23, 2021 at 2:56:14 PM UTC+2 egourg...@gmail.com wrote: > Hello, > > You should upgrade to at least SageMath 9.2, where this bug has been > fixed; cf. my answer on asksagemath: > > https://ask.sagemath.org/question/58626/how

[sage-support] Re: Question about solving polynomial system over RR in sage

2021-08-23 Thread Emmanuel Charpentier
solve is a function working on symbolic expressions. Polynomials on RR as defined in your example, are *not* symbolic expressions. The set of operations applicable to them is different. And, BTW, symbolic expressions do have a *method* solve (not to be confused with the *function* solve), but

[sage-support] Re: after upgrade to 9.3, SignalError: Illegal instruction

2021-08-23 Thread Marco Streng
Hi everyone, I'm having the same problem, on Ubuntu 18.04: I unpack the binaries sage-9.3-Ubuntu_18.04-x86_64.tar.bz2 and run ./sage Then I see a few lines that look like /home/strengtc/software/sage-9.3/local/lib/python3.9/site-packages/traitlets/config/loader.py:795: SyntaxWarning: "is" with

[sage-support] Re: Installing Package in Systemwise Sagemath

2021-08-23 Thread Eric Gourgoulhon
Le dimanche 22 août 2021 à 15:49:28 UTC+2, asd00012...@gmail.com a écrit : > > I installed Sagemath for the entire system using ``sudo apt-get install > sagemath'' on my Ubuntu machine. When I tried to do something like ``sage > -i kohel_database,'' it told me that it is an unknown option. As

[sage-support] Re: How to download as LaTeX, and have output boxes rendered

2021-08-23 Thread Eric Gourgoulhon
Hello, You should upgrade to at least SageMath 9.2, where this bug has been fixed; cf. my answer on asksagemath: https://ask.sagemath.org/question/58626/how-to-download-as-latex-and-have-output-boxes-rendered/ Le lundi 23 août 2021 à 10:43:26 UTC+2, Jákup a écrit : > > I'm using the Jupyter no