Ask Your Question

arojas's profile - activity

2022-07-14 03:23:28 +0200 received badge  Nice Answer (source)
2022-06-22 14:03:13 +0200 answered a question Installing an optional huge database package on Arch Linux

'sage -i' doesn't work on distro packages by design. You'll have to create a package for it that installs the database t

2020-03-27 10:26:38 +0200 received badge  Good Answer (source)
2020-03-26 17:56:19 +0200 received badge  Nice Answer (source)
2020-03-26 14:40:28 +0200 answered a question Tab autocompletion not working anymore

This is an incompatibility between jedi 0.16 and ipython, nothing to do with sage itself. The reason why it's only an issue on sage is because ipython hides all warnings by default and sage doesn't. I've pushed sagemath-9.0-12 with a workaround until this is fixed in ipython

2020-01-05 07:53:44 +0200 commented question Sage error from module `typing` and python 3.8

Installig stuff from pip as root is always a bad idea and leads to issues like this. Please post the error you get after uninstalling typing.

2019-09-13 21:50:28 +0200 received badge  Good Answer (source)
2019-09-13 21:50:28 +0200 received badge  Nice Answer (source)
2019-05-21 11:58:56 +0200 commented question SageMath Gap Kernel Compatibility

Seems you have a stale GAP workspace - can you try deleting ~/.sage/gap ?

2019-01-07 13:57:49 +0200 received badge  Nice Answer (source)
2019-01-06 09:37:06 +0200 answered a question Sage Python Executable On Linux

It uses the system python, that is, /usr/bin/python2

2018-11-02 18:57:05 +0200 received badge  Enlightened (source)
2018-11-02 18:57:05 +0200 received badge  Good Answer (source)
2018-10-15 18:02:25 +0200 received badge  Nice Answer (source)
2018-10-15 11:16:04 +0200 answered a question compile error building sagemath 8.4 beta7 on Linux Manjaro

You're missing the gsl package. This used to be pulled in via pynac -> libgiac, but since the libgiac dependency was removed due to https://ask.sagemath.org/question/43839 this is no longer the case. You should install libgiac manually for now, will fix the dependencies for next release

2018-10-08 00:26:56 +0200 received badge  Nice Answer (source)
2018-10-07 19:09:26 +0200 answered a question Characteristic polynomial of symbolic matrix of size 7

Hi, This should be fixed now with pynac 0.7.22-5

2018-08-19 19:38:56 +0200 received badge  Good Answer (source)
2018-08-19 19:35:31 +0200 received badge  Nice Answer (source)
2018-08-19 15:24:00 +0200 answered a question Latest development version not on AUR Arch Linux repository

The version number displayed on the AUR page for git (and other SCM packages) is completely irrelevant. You will always get the latest git code upon installation.

That said, please read the pinned comment on the AUR package page if you plan to use this.

2018-04-11 11:08:25 +0200 received badge  Teacher (source)
2018-04-11 11:07:27 +0200 answered a question parametric_plot gives "IndexError: list index out of range" in SageMath 8.1-11 on Arch Linux

Please test 8.1-12, 8.1-11 was broken due to a pynac upgrade.