fbcotter / py3nvml

Python 3 Bindings for NVML library. Get NVIDIA GPU status inside your program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not defined?

sometimescool22 opened this issue · comments

Hi, so the module was working before but for some reason it keeps giving me undefined for these commands:

nvmlDeviceGetFanSpeed(nvmlDeviceGetHandleByIndex(0))
nvmlDeviceGetTemperature(nvmlDeviceGetHandleByIndex(0), 0)

I've got a nVida GTX 1080 on windows 10 with Python 3.6.00. All I was trying to do was read my temperature and fan speeds.

Nevermind. Didn't import all