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
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
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
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
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