Re: [sage-support] Import error for lrcalc library

2021-02-04 Thread slelievre
This was reported to the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?id=263214 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsub

Re: [sage-support] Import error for lrcalc library

2021-02-01 Thread Matthias Koeppe
As Dima said, please report bugs of distribution packaging of Sage to the distribution. On Monday, February 1, 2021 at 8:29:17 AM UTC-8 tiger...@gmail.com wrote: > I should also add this. > If from an ipython module I invoke `from sage.misc.misc_c import prod`, > everything works fine. > On the

Re: [sage-support] Import error for lrcalc library

2021-02-01 Thread Simone Perriello
I should also add this. If from an ipython module I invoke `from sage.misc.misc_c import prod`, everything works fine. On the other hand, `from sage.rings.all import RealField` works well inside ipython, but produce a different error from a source file. Relevant link https://pastebin.com/AMfd0hhh

Re: [sage-support] Import error for lrcalc library

2021-02-01 Thread Dima Pasechnik
This has to be reported to Arch people. On Mon, Feb 1, 2021 at 1:39 PM Simone Perriello wrote: > > > Operating system: ArchLinux. > Sage installed through official packages. > If I just launch `sage` from terminal it gives this stacktrace > https://pastebin.com/s1FnMhe2 > > The same happens if I

[sage-support] Import error for lrcalc library

2021-02-01 Thread Simone Perriello
Operating system: ArchLinux. Sage installed through official packages. If I just launch `sage` from terminal it gives this stacktrace https://pastebin.com/s1FnMhe2 The same happens if I try to do a `from sage.all import *` from ipython, from a python file or from sage -python. -- You receive