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
After installation and enabling the python module my node becomes DOWN in ganglia. Testing the python module directly results in the following error:
# python nvidia_smi.py
Traceback (most recent call last):
File "nvidia_smi.py", line 873, in <module>
print(XmlDeviceQuery())
File "nvidia_smi.py", line 503, in XmlDeviceQuery
strResult += GetClocksThrottleReasons(handle);
File "nvidia_smi.py", line 184, in GetClocksThrottleReasons
val = handleError(NVML_ERROR_NOT_SUPPORTED);
File "nvidia_smi.py", line 196, in handleError
if (err.value == NVML_ERROR_NOT_SUPPORTED):
AttributeError: 'int' object has no attribute 'value'
[root@snc-gpu site-packages]# python --version
Python 2.7.5
Thoughts?
The text was updated successfully, but these errors were encountered:
After installation and enabling the python module my node becomes DOWN in ganglia. Testing the python module directly results in the following error:
Thoughts?
The text was updated successfully, but these errors were encountered: