Seems like some kind of problem with the GPU portion? I have Ubuntu 20.04.1 with NVIDIA 450.66, Python 3.8.2.
~/Downloads/sysmon/src$ python3 sysmon.py
Traceback (most recent call last):
File "sysmon.py", line 595, in <module>
main()
File "sysmon.py", line 589, in main
main = MainWindow()
File "sysmon.py", line 217, in __init__
self.update_gpuinfo()
File "sysmon.py", line 526, in update_gpuinfo
num = data[gpu_ind][4]
IndexError: list index out of range
GPU hardware is GTX 780.
Here's a screenshot of nvidia-smi output if that helps:
~/Downloads/sysmon/src$ nvidia-smi
Thu Oct 8 20:29:02 2020
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.66 Driver Version: 450.66 CUDA Version: 11.0 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 GeForce GTX 780 Off | 00000000:01:00.0 N/A | N/A |
| 17% 37C P8 N/A / N/A | 795MiB / 3018MiB | N/A Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
Seems like some kind of problem with the GPU portion? I have Ubuntu 20.04.1 with NVIDIA 450.66, Python 3.8.2.
GPU hardware is GTX 780.
Here's a screenshot of nvidia-smi output if that helps: