You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
it finds sensors and then gives me the following error:
Found sensor temp2_input
Trying to read /sys/class/hwmon/hwmon1/temp2_input
Reading clock states and limits.
Traceback (most recent call last):
File "run.py", line 23, in <module>
wattman.main()
File "/home/mikekenyon/Documents/Linux/WattmanGTK-master/WattmanGTK/wattman.py", line 158, in main
card.get_states()
File "/home/mikekenyon/Documents/Linux/WattmanGTK-master/WattmanGTK/GPU.py", line 70, in get_states
self.pstate_clock.append(int(match.group(2)))
AttributeError: 'NoneType' object has no attribute 'group'
Thanks
Mike
The text was updated successfully, but these errors were encountered:
mikekenyon99
changed the title
AttributeError: 'NoneType' object has no attribute 'group' when using run
(Ubuntu) AttributeError: 'NoneType' object has no attribute 'group' when using run
Mar 25, 2020
When I use the command:
python3 run.py
it finds sensors and then gives me the following error:
Thanks
Mike
The text was updated successfully, but these errors were encountered: