Search Criteria
Package Details: archey4 4.15.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/archey4.git (read-only, click to copy) |
---|---|
Package Base: | archey4 |
Description: | A simple system information tool written in Python |
Upstream URL: | https://github.com/HorlogeSkynet/archey4.git |
Keywords: | archey bsd linux monitoring neofetch python3 screenfetch screenshot system-information |
Licenses: | GPLv3 |
Groups: | utils |
Conflicts: | archey-git, archey2, archey3-git, archey4-git, pyarchey |
Provides: | archey |
Submitter: | HorlogeSkynet |
Maintainer: | HorlogeSkynet |
Last Packager: | HorlogeSkynet |
Votes: | 18 |
Popularity: | 0.28 |
First Submitted: | 2017-11-27 20:06 (UTC) |
Last Updated: | 2024-09-30 21:16 (UTC) |
Dependencies (13)
- python (python37AUR, python311AUR, python310AUR)
- python-distro
- python-netifaces (python-netifaces-gitAUR, python-netifaces-plusAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- bind-tools (bind-gitAUR, bind) (optional) – WAN_IP would be detected faster
- lm_sensors (lm_sensors-gitAUR) (optional) – Temperature would be more accurate
- pciutils (pciutils-gitAUR) (optional) – GPU wouldn't be detected without it
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (optional) – Many entries wouldn't work without it
- virt-what (optional) – Model would contain details about the hypervisor
- wmctrl (optional) – WindowManager would be more accurate
Latest Comments
« First ‹ Previous 1 2 3
schnedan commented on 2021-02-02 22:49 (UTC) (edited on 2021-02-02 22:50 (UTC) by schnedan)
Don't know if it is a bug or what cased ist, but in my VM archey4 stopped working lately with:
Traceback (most recent call last):
File "/usr/bin/archey", line 33, in <module>
sys.exit(load_entry_point('archey4==4.10.0', 'console_scripts', 'archey')())
File "/usr/lib/python3.9/site-packages/archey/main.py", line 159, in main
for entry_instance in mapper(_entry_instantiator, available_entries):
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 600, in result_iterator
yield fs.pop().result()
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 433, in result
return self.get_result()
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
File "/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(self.args, *self.kwargs)
File "/usr/lib/python3.9/site-packages/archey/__main.py", line 132, in _entry_instantiator
return Entries[entry.pop('type')].value(
AttributeError: 'str' object has no attribute 'pop'
while the same version runs fine on my normal installations (no VM)... don't even know if the VM has to do something with the issue
can you help?
HorlogeSkynet commented on 2020-03-29 09:25 (UTC)
Thanks for your quick feedback, this should have been fixed in 4.7.0-3.
ultdev commented on 2020-03-29 00:44 (UTC)
Upgrading from 4.6 -> 4.7 has caused the /usr/bin/archey4 symlink to break, as the symlink creation has now been moved to a post_install() function in a .INSTALL file, which is not executed on package upgrade.
HorlogeSkynet commented on 2017-12-10 21:19 (UTC) (edited on 2018-08-31 18:45 (UTC) by HorlogeSkynet)
Hi, "Archey 3" does not look maintained anymore, so since April (2017) I'm working on this version. The code is cleaner, optimized and got a bunch of new features. I invite you to check out the GitHub page (https://git.io/archey4), everything is described there, and you'll have a link to my blog, with the reasons behind this decision. One Arch user asked me last summer why Archey 4 was not on AUR, now it's on its way :)
sajattack commented on 2017-12-10 21:15 (UTC)
How does it differ from archey3?
« First ‹ Previous 1 2 3