Open daniel712 opened 2 years ago
same problem. always worked before. mxlinux 21
Same issue here Also Debian Bullseye
Same issue, debian bullseye.
The amdgpu-fan package at pip is not updated with this fix. The error was resolved after apply the fix, tested on Fedora and Ubuntu.
unfortunately not running here an debian bullseye and AMD Navi (5700 XT):
Traceback (most recent call last): File "/usr/local/bin/amdgpu-fan", line 8, in sys.exit(main())
File "/usr/local/lib/python3.9/dist-packages/amdgpu_fan/controller.py", line 76, in main config = ad_config(CONFIG_LOCATIONS[-1])
File "/usr/local/lib/python3.9/dist-packages/amdgpu_fan/controller.py", line 44, in load_config return yaml.load(f)
TypeError: load() missing 1 required positional argument: 'Loader'