Search Criteria
Package Details: python-plotext 5.3.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-plotext.git (read-only, click to copy) |
|---|---|
| Package Base: | python-plotext |
| Description: | plotting on terminal |
| Upstream URL: | https://github.com/piccolomo/plotext |
| Licenses: | MIT |
| Submitter: | Freed |
| Maintainer: | tonitch |
| Last Packager: | tonitch |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-11-18 16:13 (UTC) |
| Last Updated: | 2025-01-27 23:20 (UTC) |
Dependencies (3)
- python-build (make)
- python-installer (make)
- python-shtab (make)
Latest Comments
alerque commented on 2026-01-09 20:00 (UTC)
This build is missing two required build dependencies:
makedepends+=(python-wheel python-setuptools)
Please add these as it will not build without them. You might happen to have them on your system, but they will not exist in builder chroots unless you properly specify them.
m040601 commented on 2024-08-06 12:14 (UTC) (edited on 2024-08-06 12:16 (UTC) by m040601)
Still not working on my system. Seems to be going fine, all dependencies install, but then something with "wheel" ????
I also tested installing this tool with,
Seems to install and work fine.
frcl commented on 2024-07-23 11:40 (UTC)
For others expieriencing the python error at build:
This is actually a missing make dependency. The fix is to install
python-buildfrom the official repos.m040601 commented on 2024-07-23 00:24 (UTC)
@Anthony
The PKGBUILD still does not build on my system,
Can you confirm that it is currently building and working on your system ?
m040601 commented on 2024-04-27 17:40 (UTC) (edited on 2024-04-27 17:43 (UTC) by m040601)
After the Archlinux python update from 3.11 to 3.12 this PKBUILD, "python-plotext" does not build:
yay -S python-plotext
And here it fails,
I am not familiar with python, but here is what the PKGBUILD is doing,
???
drws commented on 2023-10-31 19:32 (UTC)
The
package()function currently produces an error. A workaround is to remove lines 19-27 from the PKGBUILD.