Re: [sage-support] Re: solving a linear system of GF(3) -- strange TypeError

2019-10-09 Thread Dima Pasechnik
This is now https://trac.sagemath.org/ticket/28586 It would be great not to have to do git bisect on this, anyone can point out to a suspect ticket? Thanks! On Thu, Oct 10, 2019 at 12:06 AM Robert Samal wrote: > Indeed it works in Sage 8.4. > Thanks! > > On Wednesday, October 9, 2019 at

Re: [sage-support] Re: solving a linear system of GF(3) -- strange TypeError

2019-10-09 Thread Robert Samal
Indeed it works in Sage 8.4. Thanks! On Wednesday, October 9, 2019 at 8:34:41 AM UTC-7, Dima Pasechnik wrote: > > This got broken in Sage 8.5. > (still works in 8.4) > > > > On Wed, Oct 9, 2019 at 6:09 AM David Joyner > wrote: > >> >> >> On Wed, Oct 9, 2019 at 1:33 AM Robert Samal > > wrote: >>

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread George
Hi, I tried Sage 8.8 (the app) following Tom's comment and it seems to work (thanks Tom). I'll try building from source and see how it goes. Thanks a lot for your responses. Any additional updates/news are very welcome in case others are facing similar problems. Thanks, G On Wednesday,

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread John H Palmieri
On Wednesday, October 9, 2019 at 4:51:48 AM UTC-7, David Joyner wrote: > > > > On Wed, Oct 9, 2019 at 7:42 AM Dima Pasechnik > wrote: > >> >> >> On Wed, Oct 9, 2019 at 6:34 AM David Joyner > > wrote: >> >>> >>> >>> On Wed, Oct 9, 2019 at 7:14 AM Dima Pasechnik >> > wrote: >>> Hi,

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread Tom Judson
I had Sage 8.8 (the app) installed under Mojave. I upgraded to Catalina, and everything seems to work fine. Tom On Wednesday, October 9, 2019 at 6:51:48 AM UTC-5, David Joyner wrote: > > > > On Wed, Oct 9, 2019 at 7:42 AM Dima Pasechnik > wrote: > >> >> >> On Wed, Oct 9, 2019 at 6:34 AM David

Re: [sage-support] Re: solving a linear system of GF(3) -- strange TypeError

2019-10-09 Thread Dima Pasechnik
This got broken in Sage 8.5. (still works in 8.4) On Wed, Oct 9, 2019 at 6:09 AM David Joyner wrote: > > > On Wed, Oct 9, 2019 at 1:33 AM Robert Samal > wrote: > >> Sorry, F=GF(3), I made my original example shorter and didn't read it >> properly. >> >> So the full problematic code is >> >>

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread David Joyner
On Wed, Oct 9, 2019 at 7:42 AM Dima Pasechnik wrote: > > > On Wed, Oct 9, 2019 at 6:34 AM David Joyner wrote: > >> >> >> On Wed, Oct 9, 2019 at 7:14 AM Dima Pasechnik wrote: >> >>> Hi, >>> >>> On Wed, Oct 9, 2019 at 6:03 AM George wrote: >>> Hi David, Thanks for the update and

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread David Joyner
On Wed, Oct 9, 2019 at 7:14 AM Dima Pasechnik wrote: > Hi, > > On Wed, Oct 9, 2019 at 6:03 AM George wrote: > >> Hi David, >> >> Thanks for the update and information. >> >> building from source should still work. > Did you try this ? > I did. It chokes on the gfortran build: ...

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread Dima Pasechnik
On Wed, Oct 9, 2019 at 6:34 AM David Joyner wrote: > > > On Wed, Oct 9, 2019 at 7:14 AM Dima Pasechnik wrote: > >> Hi, >> >> On Wed, Oct 9, 2019 at 6:03 AM George wrote: >> >>> Hi David, >>> >>> Thanks for the update and information. >>> >>> building from source should still work. >> Did you

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread George
Hi, I did not try building from source, but I guess by David's post that there are issues as well. G On Wednesday, October 9, 2019 at 1:34:24 PM UTC+2, David Joyner wrote: > > > > On Wed, Oct 9, 2019 at 7:14 AM Dima Pasechnik > wrote: > >> Hi, >> >> On Wed, Oct 9, 2019 at 6:03 AM George >

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread Dima Pasechnik
Hi, On Wed, Oct 9, 2019 at 6:03 AM George wrote: > Hi David, > > Thanks for the update and information. > > building from source should still work. Did you try this ? Dima > G > > On Wednesday, October 9, 2019 at 1:00:37 PM UTC+2, David Joyner wrote: >> >> >> >> On Wed, Oct 9, 2019 at 6:45 AM

Re: [sage-support] Re: solving a linear system of GF(3) -- strange TypeError

2019-10-09 Thread David Joyner
On Wed, Oct 9, 2019 at 1:33 AM Robert Samal wrote: > Sorry, F=GF(3), I made my original example shorter and didn't read it > properly. > > So the full problematic code is > > B=matrix(GF(3), 2,2,[1,0,1,0], sparse=True) > v=vector(GF(3), [1,1]) > B.solve_right(v) > > Yes. I can confirm it works

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread George
Hi David, Thanks for the update and information. G On Wednesday, October 9, 2019 at 1:00:37 PM UTC+2, David Joyner wrote: > > > > On Wed, Oct 9, 2019 at 6:45 AM George > > wrote: > >> Hi, >> >> I upgraded to the new macOS Catalina and SageMath won't install. I get >> errors like "python2.7

Re: [sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread David Joyner
On Wed, Oct 9, 2019 at 6:45 AM George wrote: > Hi, > > I upgraded to the new macOS Catalina and SageMath won't install. I get > errors like "python2.7 cannot be opened because the developer cannot be > verified" and for numerous other components as well. > > Is anyone having the same problem?

[sage-support] SageMath installation in macOS Catalina

2019-10-09 Thread George
Hi, I upgraded to the new macOS Catalina and SageMath won't install. I get errors like "python2.7 cannot be opened because the developer cannot be verified" and for numerous other components as well. Is anyone having the same problem? Any tips, advice or ideas on what is going on and how to