GPU Plugin Error

GPU Plugin Error

Hi, I've been trying to get the GPU plugin working on Red Hat 8. I've followed all the instructions and gpustat is available on the system without error. However when the plugin runs I get the following error. 

Traceback (most recent call last): File "/opt/site24x7/monagent/plugins//gpu_monitoring/gpu_monitoring.py", line 29, in <module> core_output = output.split('\n') TypeError: a bytes-like object is required, not 'str'

Line 29 appears to be splitting/formatting output...

Anyone come across this issue?