gpu_mon icon indicating copy to clipboard operation
gpu_mon copied to clipboard

TypeError: argument of type 'NoneType' is not iterable

Open rfx123 opened this issue 4 years ago • 0 comments

Hello Shmuma, any idea how i can resolve this error :

Traceback (most recent call last): File "./python", line 37, in proc_tracker.check(gpus, processes, active_users) File "/home/mysystem/.config/python/gpu_mon/proc.py", line 128, in check proc_conf = self.conf.process_config(gpu_id) File "/home/mysystem/.config/python/gpu_mon/config.py", line 124, in process_config if gpu_id in c.gpu_indices: TypeError: argument of type 'NoneType' is not iterable

? Thank you

rfx123 avatar Sep 23 '21 10:09 rfx123