Package Details: python-gpustat 1:1.1.1-1

Git Clone URL: https://aur.archlinux.org/python-gpustat.git (read-only, click to copy)
Package Base: python-gpustat
Description: A simple command-line utility for querying and monitoring GPU status
Upstream URL: https://github.com/wookayin/gpustat
Licenses: MIT
Submitter: greyltc
Maintainer: hottea (lilac)
Last Packager: lilac
Votes: 4
Popularity: 0.000229
First Submitted: 2019-03-11 00:19 (UTC)
Last Updated: 2023-08-22 21:39 (UTC)

Latest Comments

Freed commented on 2022-11-20 08:00 (UTC)

Now gpustat support shell completions: https://github.com/wookayin/gpustat#usage

petronny commented on 2022-10-11 11:11 (UTC)

This package now depends on python-blessed and python-nvidia-ml-py.

install_requires = [
    'nvidia-ml-py>=11.450.129,<=11.495.46',  # see #107
    'psutil>=5.6.0',    # GH-1447
    'blessed>=1.17.1',  # GH-126
]

PS. The latest python-nvidia-ml-py also works on some cards.

hanyoung commented on 2022-08-07 09:45 (UTC)

It requires python-psutil as dep

master_andreas commented on 2021-08-30 23:23 (UTC)

it requires python-pip as a makedepends (it didn't build for me without it)

hottea commented on 2021-03-01 01:05 (UTC)

@yochananmarqos Did you ever try building this pkg in a clean chroot? Try it. This pkg is now available in ArchLinuxCN repo.

yochananmarqos commented on 2021-02-28 21:24 (UTC)

@hottea: It does not require python-pip. However, it is missing python-psutil as a dependency, see the setup.py..

hottea commented on 2021-02-25 04:38 (UTC)

python-pip is missing in makedepends, and we should use python-nvidia-ml-py3 rather than python-nvidia-ml-py3-git in depends.

huyz commented on 2020-11-03 02:53 (UTC)

I think this package should depends on nvidia-utils rather than nvidia, because those who do not use linux kernel won't install nvidia package.

Also, in AUR there's a python-nvidia-ml-py3 package now, so perhaps this package can depends on it rather than the -git package.

hiaselhans commented on 2020-07-10 06:41 (UTC)

i think there's a missing dependency: python-psutil

:)