[sage-devel] Re: Lie subalgebra implementation bug

2020-09-21 Thread 'Travis Scrimshaw' via sage-devel
Hi Linden, This works for me in 9.1. So this was either fixed in a later version or possibly wasn't considered supported in version 8.9 (although probably the former). So I would recommend upgrading to the latest version of Sage. Side note: if you would like to contribute to Sage, the (semi)s

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Volker Braun
* Download Xcode 11 (distributed as .xip I think, double-click to unpack) * Rename to Xcode-11.app so it doesn't clash with Xcode.app * Move to /Applications * Run "xcode-select -p /Applications/Xcode-11.app/Contents/Developer" to switch On Monday, September 21, 2020 at 6:59:26 PM UTC+2 Matthias

[sage-devel] Lie subalgebra implementation bug

2020-09-21 Thread Linden Disney
On the doc page for Lie subalgebras ( https://doc.sagemath.org/html/en/reference/algebras/sage/algebras/lie_algebras/subalgebra.html) there is an example getting a subalgebra of sl3: sl3 = LieAlgebra(QQ, cartan_type=['A',2]) D = sl3.derived_subalgebra() This throws the error TypeError: unsup

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Matthias Koeppe
You can try to downgrade your Xcode command line tools to 11.x, for example using this: https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_11.5/Command_Line_Tools_for_Xcode_11.5.dmg On Monday, September 21, 2020 at 9:14:11 AM UTC-7 anne1.s...@gmail.com wrote: >

Re: [sage-devel] Re: problems building develop branch

2020-09-21 Thread Dima Pasechnik
On Mon, 21 Sep 2020, 17:14 Anne Schilling, wrote: > Ok, thanks for letting me know. Does that mean I can now not work on > tickets that are based on the latest develop branch? > how exactly they are based doesn't really matter, on macOS 10.15 and 11 Sage is seriously broken. Linux might be your

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Anne Schilling
Ok, thanks for letting me know. Does that mean I can now not work on tickets that are based on the latest develop branch? Anne On Monday, September 21, 2020 at 8:58:18 AM UTC-7 Matthias Koeppe wrote: > Hi Anne, > This is from the new Xcode 12 that probably came with a system update. > https://t

[sage-devel] Re: problems building develop branch

2020-09-21 Thread Matthias Koeppe
Hi Anne, This is from the new Xcode 12 that probably came with a system update. https://trac.sagemath.org/ticket/30494 tracks the progress of fixing Sage to support the new Xcode version. Matthias On Monday, September 21, 2020 at 8:51:35 AM UTC-7 anne1.s...@gmail.com wrote: > > Dear All, > > I

Re: [sage-devel] problems building develop branch

2020-09-21 Thread Dima Pasechnik
we all have this, thanks to Apple for xcode 12. see https://trac.sagemath.org/ticket/30494 On Mon, 21 Sep 2020, 16:51 Anne Schilling, wrote: > > Dear All, > > I am having trouble again to build the latest develop branch on MacOS > 10.15.6. The log files can be found at > > https://www.math.ucda

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Dima Pasechnik
On Mon, 21 Sep 2020, 16:42 Matthias Koeppe, wrote: > Try installing python3.8-distutils. > indeed. it confusingly installs python3-distutils instead, but the latter has distutils for all python3.x for 5 On Monday, September 21, 2020 at 8:35:00 AM UTC-7 Sébastien Labbé wrote: > >> >> > > >>>

[sage-devel] problems building develop branch

2020-09-21 Thread Anne Schilling
Dear All, I am having trouble again to build the latest develop branch on MacOS 10.15.6. The log files can be found at https://www.math.ucdavis.edu/~anne/config.log https://www.math.ucdavis.edu/~anne/gf2x-1.3.0.log Best wishes, Anne -- You received this message because you are subscribed

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Matthias Koeppe
Try installing python3.8-distutils. On Monday, September 21, 2020 at 8:35:00 AM UTC-7 Sébastien Labbé wrote: > > > > >> - >> >> >> > > Checking whether SageMath should install SPKG python3... >> > > checking whether

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Sébastien Labbé
> > > - > > > > Checking whether SageMath should install SPKG python3... > > > checking whether any of sqlite libpng bzip2 xz libffi is installed as > or will be installed as SPKG... no > > > checking for python3 >=

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Dima Pasechnik
On Mon, Sep 21, 2020 at 11:52 AM Dima Pasechnik wrote: > > On Mon, Sep 21, 2020 at 11:24 AM Sébastien Labbé wrote: > > > > Starting from scratch, here is what configure says about my system Python > > 3.8: > > > > ... > > --

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Dima Pasechnik
On Mon, Sep 21, 2020 at 11:24 AM Sébastien Labbé wrote: > > Starting from scratch, here is what configure says about my system Python 3.8: > > ... > - > Checking whether SageMath should install SPKG python3... > checking w

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Sébastien Labbé
Starting from scratch, here is what configure says about my system Python 3.8: ... - Checking whether SageMath should install SPKG python3... checking whether any of sqlite libpng bzip2 xz libffi is installed as or will

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Dima Pasechnik
On Mon, Sep 21, 2020 at 10:36 AM Sébastien Labbé wrote: > > I did installed python3.8 on the system, but sage does not pick it because is > does not have distutils if I remember correctly (config.log was overwritten > since then and now says "configure:29566: python3 has already been installed

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Sébastien Labbé
I did installed python3.8 on the system, but sage does not pick it because is does not have distutils if I remember correctly (config.log was overwritten since then and now says "configure:29566: python3 has already been installed by SageMath") How should I install a python3.8 on Ubuntu18.04 th

Re: [sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Dima Pasechnik
by the way, Ubuntu 18.04 has a Python 3.8 package, so you can use it by running configure with including PYTHON3=/usr/bin/python3.8 in its arguments, e.g ./configure PYTHON3=/usr/bin/python3.8 # and maybe more arguments (do not forget "make python3-clean" before this) On Mon, Sep 21, 2020

[sage-devel] Re: 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Sébastien Labbé
make-distclean and make fixed it. It was related to building python3.8 without first doing make python3-clean Sorry for the noise. On Monday, September 21, 2020 at 9:39:58 AM UTC+2 Sébastien Labbé wrote: > With Ubuntu 18.04 + 9.2beta12 + #30053 (so that it uses sage's python 3.8 > instead of sys

[sage-devel] 3 ModuleNotFoundError with Ubuntu 18.04 + 9.2beta12 + #30053 + #30606

2020-09-21 Thread Sébastien Labbé
With Ubuntu 18.04 + 9.2beta12 + #30053 (so that it uses sage's python 3.8 instead of system 3.6 which can't get the doc to build) + #30606, I don't know if it is noise yet, but I obtain what's below. Currently doing make distclean, etc. I am pasting it here instead of in #30606 to avoid noise