Search Criteria
Package Details: mathicsscript 7.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mathicsscript.git (read-only, click to copy) |
---|---|
Package Base: | mathicsscript |
Description: | A more advanced command-line interface to Mathics. |
Upstream URL: | https://mathics.org/ |
Keywords: | mathematica mathics scientific |
Licenses: | GPL3 |
Submitter: | Techcable |
Maintainer: | vicp74 |
Last Packager: | vicp74 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-02 05:05 (UTC) |
Last Updated: | 2024-09-14 10:51 (UTC) |
Dependencies (15)
- mathicsAUR
- mathics-pygmentsAUR
- mathics-scannerAUR
- python-click
- python-colorama (python-colorama-gitAUR)
- python-columnizeAUR
- python-networkx (python-networkx-gitAUR)
- python-prompt_toolkit
- python-pygments
- python-term-backgroundAUR
- python-cairosvg (optional) – For rendering plots and graphs as SVGs via matplotlib
- python-cson (optional) – for xasy
- python-matplotlib (python-matplotlib-gitAUR) (optional) – For rendering SVG plots
- python-pyqt6 (optional) – For interactive display of graphs via matplotlib
- python-yaml (python-yaml-gitAUR) (optional) – Used for admin-tools/make-tables.sh to build JSON tables
Latest Comments
vicp74 commented on 2023-09-29 11:13 (UTC)
Updated to 6.0.0 version and now it should be working fine
Techcable commented on 2023-01-30 03:53 (UTC) (edited on 2023-01-30 03:56 (UTC) by Techcable)
This is a problem with the
mathics
AUR package.It is caused by the fact that
mathics
5.0.2 requiressympy>=1.8 sympy<1.11
but archliux providespython-sympy
version 1.11. (See here: https://github.com/Mathics3/mathics-core/blob/de71edc73e0c9ee60458bd3908f58f7ce9c85683/setup.py#L60)Workarounds are:
pipx
instead of the AUR. This will isolate dependencies usingvirtualenv
mathics-git
package. The latest commits have a fix for this. (NOTE: It appears we don't have a mathics-git package?)yodaembedding commented on 2023-01-30 02:56 (UTC)
Missing dependency: python-sympy