-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pynvml not support lookup process info #105
Comments
Can you provide your |
The package |
@wookayin I installed surely |
Your pynvml seems okay. So the following doesn't work for you right? import pynvml
pynvml.nvmlInit()
pynvml._nvmlGetFunctionPointer("nvmlDeviceGetGraphicsRunningProcesses_v2") Your shared library reads Can you please provide an output of |
Oh, I have two python virtual environment, one work well, another is the mentioned above. |
In that environment you probably have a broken, wrong pynvml installed. |
I find the problem, in my work well venv, the
and the failed work venv, the
So, I just remove the But, I don't know why there have this different, I'm sure I use |
@hstk30 Thanks for the information. I am curious what they are -- could you provide how you accidentally installed those? Maybe this one (which is a third-party fork)? I am going to add some warning messages in case an incompatible pynvml is found. BTW,
Actually you can re-install gpustat or do |
I guess maybe is Hanlp depends |
@hstk30 That seems correct. It should never use |
When I call
nvmlDeviceGetGraphicsRunningProcesses
, raise below exception.So, I guess may be is the
pynvml
change something lead to this problem#72
The text was updated successfully, but these errors were encountered: