Package Details: vizex 2.1.1c-4

Git Clone URL: https://aur.archlinux.org/vizex.git (read-only, click to copy)
Package Base: vizex
Description: Visualize disk space and disk usage in your UNIX\Linux terminal
Upstream URL: https://github.com/bexxmodd/vizex
Licenses: MIT
Submitter: perigoso
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 2
Popularity: 0.000000
First Submitted: 2020-09-14 12:06 (UTC)
Last Updated: 2024-12-13 03:02 (UTC)

Latest Comments

yochananmarqos commented on 2025-03-11 22:12 (UTC)

@simona: I can't reproduce it. Also note there has been no upstream activity in about three years.

Regardless, please report issues with the software upstream and only report packaging issues in AUR comments.

simona commented on 2025-03-11 20:14 (UTC)


Traceback (most recent call last):
File "/usr/bin/vizex", line 5, in <module>
from cli import disk_usage
File "/usr/lib/python3.13/site-packages/cli.py", line 6, in <module>
from tools import append_to_bash
ImportError: cannot import name 'append_to_bash' from 'tools' (/usr/lib/python3.13/site-packages/tools/__init__.py) 

perigoso commented on 2021-11-29 23:11 (UTC)

If someone is willing to maintain the AUR package for me hit me up, for now its stuck on 2.0.3 sinca that was the last release on github, and I don't have time to move it over to pip

perigoso commented on 2021-07-26 11:21 (UTC)

can't reproduce your issue @simona

simona commented on 2021-07-09 10:51 (UTC)

Traceback (most recent call last):
File "/bin/vizex", line 33, in <module>
sys.exit(load_entry_point('vizex==2.0.3', 'console_scripts', 'vizex')())
File "/bin/vizex", line 25, in importlib_load_entry_point return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 850, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/lib/python3.9/site-packages/cli.py", line 6, in <module> from disks import DiskUsage
File "/usr/lib/python3.9/site-packages/disks.py", line 7, in <module> from tools import ints_to_human_readable
ImportError: cannot import name 'ints_to_human_readable' from 'tools' (/usr/lib/python3.9/site-packages/tools/init.py)

yochananmarqos commented on 2021-05-09 17:52 (UTC)

All those dependencies are not required, most are for the tests. They're failing for some reason, anyway.

Updated PKGBUILD

haawda commented on 2020-09-20 14:46 (UTC)

Please rename the downloaded tarbal to something containing $pkgname, e.g.

source=($pkgname-$pkgver.tar.gz::https://github.com/bexxmodd/${pkgname}/archive/v${pkgver}.tar.gz)