Search Criteria
Package Details: mathicsscript 5.0.0-1
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://github.com/Mathics3/mathicsscript |
Licenses: | GPL3 |
Submitter: | Techcable |
Maintainer: | Techcable |
Last Packager: | Techcable |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-04-02 05:05 (UTC) |
Last Updated: | 2022-08-07 00:45 (UTC) |
Dependencies (19)
- mathics
- mathics-pygments
- mathics-scanner
- python-click
- python-colorama (python-colorama-git)
- python-columnize
- python-networkx (python-networkx-git)
- python-prompt_toolkit
- python-pygments
- python-term-background
- readline (readline-git)
- python-pytest (check)
- python-yaml (python-yaml-git) (check)
- asymptote (asymptote-git) (optional) – 3D Graphics
- python-cariosvg (optional) – For rendering plots and graphs as SVGs via matplotlib
- python-cson (optional) – for xasy
- python-matplotlib (python-matplotlib-git) (optional) – For rending plots and graphs
- python-pyqt5 (python-pyqt5-webkit, python-pyqt5-sip4) (optional) – For inte ractive display of graphs via matplotlib
Latest Comments
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