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
Trying to run gpu-utils with the following environment:
Running on a venv
Installed from pypi
Python version 3.9.0
Kernel: 5.10 (liquorix)
OS: Debian/testing
I get the following error:
Traceback (most recent call last):
File "/home/sjr/.pyenv/versions/gpu-utils/bin/gpu-ls", line 150, in <module>
main()
File "/home/sjr/.pyenv/versions/gpu-utils/bin/gpu-ls", line 98, in main
gpu_list.set_gpu_list(clinfo_flag=True)
File "/home/sjr/.pyenv/versions/3.9.0/envs/gpu-utils/lib/python3.9/site-packages/GPUmodules/GPUmodule.py", line 1671, in set_gpu_list
self.amd_featuremask = env.GUT_CONST.read_amdfeaturemask()
File "/home/sjr/.pyenv/versions/3.9.0/envs/gpu-utils/lib/python3.9/site-packages/GPUmodules/env.py", line 206, in read_amdfeaturemask
self.amdfeaturemask = int(fm_file.readline())
I get the same error using the packaged version for Debian testing (bullseye).
The text was updated successfully, but these errors were encountered:
Trying to run gpu-utils with the following environment:
I get the following error:
I get the same error using the packaged version for Debian testing (bullseye).
The text was updated successfully, but these errors were encountered: