Re: [sage-support] Sage Crash report

2020-04-04 Thread Dima Pasechnik
On Sun, Apr 5, 2020 at 7:44 AM Lance Edward Miller wrote: > > After install on Linux Mint 19.3, I got the following crash report. Any help > is appreciated. What exactly have you installed? A binary installation, or done a build from sources? > >

[sage-support] Sage Crash report

2020-04-04 Thread Lance Edward Miller
After install on Linux Mint 19.3, I got the following crash report. Any help is appreciated. *** IPython post-mortem report {'commit_hash': u'b467d487e', 'commit_source': 'installation', 'default_encoding': 'UTF-8', 'ipyt

[sage-support] Re: Slow Computations in Quotient Rings

2020-04-04 Thread finotti
Thanks for the reply! On Saturday, April 4, 2020 at 1:00:12 PM UTC-4, rana-aere wrote: > > I modified the code and tried to trace computation. > > I think you stepped over the weakness of Sagemath. > I was afraid that that would be the case... > > The modified code is quoted below. > The line

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread rana-aere
I guess your computer is left vulnerable. So you should use ``` sudo spctl --master-enable ``` We are fixing slow start-up of Sagemath and also problems of permissions. SageMath-8.9 is OK for MacOS upto MacOS Mojave. SageMath-9.0 needs techniques for installation on MacOS Mojave. Many people compl

[sage-support] Re: Slow Computations in Quotient Rings

2020-04-04 Thread rana-aere
I modified the code and tried to trace computation. I think you stepped over the weakness of Sagemath. The modified code is quoted below. The line with many minus signs is meant to separate the program in different cells of jupyter notebook. My impression is that the program computes R, P + Q, L

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread Dima Pasechnik
On Sat, Apr 4, 2020 at 9:10 PM Anita Rojas wrote: > > Thanks. Still not working :( > Now I got: > > 500 : Internal Server Error > > in Chrome browser. > What should I do? please post more details. e.g. if I try running "sage -n" in the terminal I see something like this: $ ./sage -n ┌──

Re: [sage-support] Apparently Sage lost Python

2020-04-04 Thread Anita Rojas
Thanks. Still not working :( Now I got: 500 : Internal Server Error in Chrome browser. What should I do? Sorry and deep thanks. On Sat, Apr 4, 2020 at 2:12 AM Dima Pasechnik wrote: > > > On Sat, 4 Apr 2020, 12:25 Anita Rojas, wrote: > >> Thanks. I did: >> >> sudo spctl --master-disable >> >>