Re: [sage-devel] Re: AttributeError: type object 'sage.misc.lazy_import.LazyImport' has no attribute '__div__'

2020-06-14 Thread Nils Bruin
Ah yes, I think this might be due to the fact that __div__ is not a special slot in python3 anymore. Apparently cython 0.29.20 doesn't cover this up anymore, so probably the code discovers it doesn't have anywhere to stick the "__div__" method that's defined on LazyImport" Since 9.2 onwards doe

Re: [sage-devel] Re: AttributeError: type object 'sage.misc.lazy_import.LazyImport' has no attribute '__div__'

2020-06-14 Thread Isuru Fernando
Here's the traceback. Isuru $sage -c 1+1 SageMath version 9.1, Release Date: 2020-05-20 Traceback (most recent call last): File "/home/conda/feedstock_root/build_artifacts/sagelib_1592119926566/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p

[sage-devel] Re: AttributeError: type object 'sage.misc.lazy_import.LazyImport' has no attribute '__div__'

2020-06-14 Thread Nils Bruin
On Sunday, June 14, 2020 at 11:30:04 AM UTC-7, Isuru Fernando wrote: > > I'm trying to package sage 9.1 for conda and I get this error with latest > Cython 0.29.20 > > If I downgrade to Cython 0.29.12, the error goes away. Any ideas? > > I think it would be good to report where the error happens.

[sage-devel] AttributeError: type object 'sage.misc.lazy_import.LazyImport' has no attribute '__div__'

2020-06-14 Thread Isuru Fernando
I'm trying to package sage 9.1 for conda and I get this error with latest Cython 0.29.20 If I downgrade to Cython 0.29.12, the error goes away. Any ideas? Isuru -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and s

Re: [sage-devel] Linking to libstdc++

2020-06-14 Thread Dima Pasechnik
please see https://trac.sagemath.org/ticket/29856 for a try to remove it On Sun, Jun 14, 2020 at 9:55 AM François Bissey wrote: > > +1 - it should at least be tried. > > > On 14/06/2020, at 7:55 PM, Dima Pasechnik wrote: > > > > Probably can be just removed. > > -- > You received this message be

Re: [sage-devel] Linking to libstdc++

2020-06-14 Thread François Bissey
+1 - it should at least be tried. > On 14/06/2020, at 7:55 PM, Dima Pasechnik wrote: > > Probably can be just removed. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an ema

Re: [sage-devel] Linking to libstdc++

2020-06-14 Thread Dima Pasechnik
Probably can be just removed. On Sun, 14 Jun 2020, 05:29 François Bissey, wrote: > > > > On 14/06/2020, at 4:25 PM, Isuru Fernando wrote: > > > > Yes, it was probably NTL related. > https://github.com/sagemath/sage/commit/bc333c78b0369377657452e340cb6b3f27c5cee0 > > > > Nice digging. libcsage i